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
-
Create
.cursor/mcp.json:{ "mcpServers": { "proagentme": { "command": "npx", "args": ["-y", "@proagentme/mcp"], "env": { "PROAGENTME_API_KEY": "pam_..." } } } } -
Reload Cursor (Cmd+Shift+P → Reload Window).
-
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.