Cursor setup
Beta
Connect Cursor to EchoPM portfolio MCP with an org MCP key.
Steps#
- Manager app → Developers → MCP connect (or create an MCP key under API keys)
- Copy the generated MCP key
- Choose local or production MCP URL in the wizard
- Copy the JSON config for Cursor
- Merge into Cursor MCP settings and reload the window
Example config (production)#
Replace YOUR_MCP_KEY with your org key:
{
"mcpServers": {
"echopm": {
"url": "https://mcp.echopm.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_KEY"
}
}
}
}
Claude Desktop / Windsurf#
See Claude & Windsurf setup for config file paths and mcp-remote usage.
Troubleshooting#
- 401 — Key revoked, wrong key type (use MCP), or typo in Bearer header
- 429 — Org rate limit; wait or contact support
- Local — Run
pnpm dev:agents-http(port 3010) and use the local URL from the wizard
