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
{
"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