Synapse RMCP for Grok
ai.dinglebear/synapse
Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.
client:Grok
transport:stdio
runtime:npm
Install Synapse RMCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"synapse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/synapse"
],
"env": {
"SYNAPSE_HOME": "<SYNAPSE_HOME>",
"SYNAPSE_HOSTS_CONFIG": "<SYNAPSE_HOSTS_CONFIG>",
"SYNAPSE_CONFIG_FILE": "<SYNAPSE_CONFIG_FILE>",
"SYNAPSE_RMCP_VERSION": "<SYNAPSE_RMCP_VERSION>",
"SYNAPSE_RMCP_REPO": "<SYNAPSE_RMCP_REPO>",
"SYNAPSE_RMCP_RELEASE_BASE_URL": "<SYNAPSE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_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