MCP Sidecar for Grok
io.github.lsequeiraa/mcp-sidecar
Cross-platform MCP server for managing long-lived background processes from any MCP client
client:Grok
transport:stdio
runtime:npm
Install MCP Sidecar in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-sidecar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-sidecar"
],
"env": {
"SIDECAR_MAX_PROCESSES": "<SIDECAR_MAX_PROCESSES>",
"SIDECAR_BUFFER_SIZE": "<SIDECAR_BUFFER_SIZE>",
"SIDECAR_KILL_TIMEOUT": "<SIDECAR_KILL_TIMEOUT>",
"SIDECAR_CLEANUP_AFTER": "<SIDECAR_CLEANUP_AFTER>",
"SIDECAR_MAX_OUTPUT_SIZE": "<SIDECAR_MAX_OUTPUT_SIZE>",
"SIDECAR_ALLOWED_EXECUTABLES": "<SIDECAR_ALLOWED_EXECUTABLES>",
"SIDECAR_BLOCKED_PATTERNS": "<SIDECAR_BLOCKED_PATTERNS>",
"SIDECAR_AUDIT_LOG": "<SIDECAR_AUDIT_LOG>"
}
}
}
}
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