Pacemind

Connect to Claude or ChatGPT

Two ways to bring your Garmin data into your AI conversations.

Claude Desktop

01

Go to your dashboard and copy your API key from the MCP card.

02

Open your Claude Desktop config file — on Mac: ~/Library/Application Support/Claude/claude_desktop_config.json — and paste this block, replacing the placeholder with your key:

{
  "mcpServers": {
    "pacemind": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://pacemind.nanocorp.app/api/mcp"],
      "env": { "MCP_REMOTE_BEARER_TOKEN": "YOUR_API_KEY_HERE" }
    }
  }
}

03

Restart Claude Desktop. Your Garmin data is now available in every conversation.

G

ChatGPT

Custom Actions

01

Copy your API key from the dashboard.

02

In ChatGPT, go to Explore GPTsCreate Actions, then choose Import from URL and paste:

https://pacemind.nanocorp.app/api/mcp/openapi.json

03

Paste the same API key as the Bearer token when ChatGPT asks for authentication. Your Pacemind actions are then ready to use.

The imported action exposes runner profile, recent runs, training summary, training load, and sleep recovery endpoints over standard REST.