Skip to content
Zed

ConnectIQ MCP Server for Zed

io.github.deugene/connect-iq-mcp

MCP server for Garmin ConnectIQ SDK documentation and resources

client:Zed transport:stdio runtime:npm

Install ConnectIQ MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "connect-iq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "connectiq-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ConnectIQ MCP Server in other clients