Loading MCP server directory, please wait...
stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed
npx @getmcp/cli add io.github.SPOC-App/mcp-bridgeRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SPOC-App/mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@spocapp/mcp-bridge"
],
"env": {
"SPOC_BEARER": "",
"SPOC_ENDPOINT": "",
"SPOC_EVENTS_ENDPOINT": "",
"SPOC_TIMEOUT_MS": "",
"SPOC_DISABLE_SSE": "",
"SPOC_DEBUG": ""
}
}
}
}