ProAgent MeDocs
Integrations

Cursor

Connect ProAgent Me to the Cursor AI coding IDE via stdio MCP.

Cursor reads MCP servers from .cursor/mcp.json in the project root (same shape as Claude Code's .mcp.json).

Setup

  1. Get an API key.

  2. Create .cursor/mcp.json:

    {
      "mcpServers": {
        "proagentme": {
          "command": "npx",
          "args": ["-y", "@proagentme/mcp"],
          "env": {
            "PROAGENTME_API_KEY": "pam_..."
          }
        }
      }
    }
  3. Reload Cursor (Cmd+Shift+P → Reload Window).

  4. Cursor's agent surface now has access to 5 ProAgent Me tools.

Windsurf

Windsurf's config follows the same JSON schema at .windsurf/mcp.json. Paste the same snippet and reload.

On this page