Claude Code
claude mcp add --transport http mindsai \
https://getminds.ai/mcp \
--header "Authorization: Bearer minds_YOUR_API_KEY"
Minds · MCP compatibility field guide
Remote MCP server · Compatibility reference
A practical field guide for connecting Minds to MCP-capable assistants, with a live reachability check against the canonical remote endpoint.
Client matrix
Client interfaces differ, but each route points to the same public Minds MCP service. OAuth is preferred where the client supports it.
| Client | Transport | Authentication | Configuration route |
|---|---|---|---|
| ChatGPT | Remote connector | OAuth 2.1 | Settings → Connected apps |
| Claude | Remote connector | OAuth 2.1 | Customize → Connectors |
| Claude Code | Streamable HTTP | API key header | claude mcp add |
| Cursor | Streamable HTTP | OAuth or API key | MCP settings |
| VS Code | Streamable HTTP | OAuth or API key | MCP server config |
| Windsurf | Streamable HTTP | OAuth or API key | MCP settings |
Configuration
Use the remote URL directly. Keep API keys out of shared configuration files and prefer OAuth when available.
claude mcp add --transport http mindsai \
https://getminds.ai/mcp \
--header "Authorization: Bearer minds_YOUR_API_KEY"
{
"mcpServers": {
"minds": {
"url": "https://getminds.ai/mcp"
}
}
}
What the connection unlocks
Build grounded synthetic audiences, run durable panel studies, compare segments, and export structured findings. Explore Minds MCP →