SPOC for Grok
io.github.spoc-app/mcp-bridge
stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed
client:Grok
transport:stdio
runtime:npm
Install SPOC in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs