Claude Code Bridge from Essential AI Solutions (essentialai.uk) for Grok
io.github.eaisdevelopment/cc-bridge-mcp-server
MCP bridge for inter-session communication between Claude Code instances
client:Grok
transport:stdio
runtime:npm
Install Claude Code Bridge from Essential AI Solutions (essentialai.uk) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cc-bridge-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@essentialai/cc-bridge-mcp-server"
],
"env": {
"CC_BRIDGE_STATE_PATH": "<CC_BRIDGE_STATE_PATH>",
"CC_BRIDGE_TIMEOUT_MS": "<CC_BRIDGE_TIMEOUT_MS>",
"CC_BRIDGE_CHAR_LIMIT": "<CC_BRIDGE_CHAR_LIMIT>",
"CC_BRIDGE_LOG_LEVEL": "<CC_BRIDGE_LOG_LEVEL>",
"CC_BRIDGE_CLAUDE_PATH": "<CC_BRIDGE_CLAUDE_PATH>",
"CC_BRIDGE_STALE_TIMEOUT_MS": "<CC_BRIDGE_STALE_TIMEOUT_MS>"
}
}
}
}
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