Skip to content
Zed

SPOC for Zed

io.github.spoc-app/mcp-bridge

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

client:Zed transport:stdio runtime:npm

Install SPOC in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-bridge": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SPOC in other clients