EchoPMDevelopers

Cursor setup

Beta

Connect Cursor to EchoPM portfolio MCP with an org MCP key.

Steps#

  1. Manager app → DevelopersMCP connect (or create an MCP key under API keys)
  2. Copy the generated MCP key
  3. Choose local or production MCP URL in the wizard
  4. Copy the JSON config for Cursor
  5. 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