Skip to content
Cursor

SPOC for Cursor

io.github.spoc-app/mcp-bridge

stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed

client:Cursor transport:stdio runtime:npm

Install SPOC in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@spocapp/mcp-bridge"
      ],
      "env": {
        "SPOC_BEARER": "<SPOC_BEARER>",
        "SPOC_ENDPOINT": "<SPOC_ENDPOINT>",
        "SPOC_EVENTS_ENDPOINT": "<SPOC_EVENTS_ENDPOINT>",
        "SPOC_TIMEOUT_MS": "<SPOC_TIMEOUT_MS>",
        "SPOC_DISABLE_SSE": "<SPOC_DISABLE_SSE>",
        "SPOC_DEBUG": "<SPOC_DEBUG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SPOC in other clients