Synapse RMCP for Claude Code
ai.dinglebear/synapse
Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.
client:Claude Code
transport:stdio
runtime:npm
Install Synapse RMCP in Claude Code
run in your project directory
claude mcp add synapse -e SYNAPSE_HOME=<SYNAPSE_HOME> -e SYNAPSE_HOSTS_CONFIG=<SYNAPSE_HOSTS_CONFIG> -e SYNAPSE_CONFIG_FILE=<SYNAPSE_CONFIG_FILE> -e SYNAPSE_RMCP_VERSION=<SYNAPSE_RMCP_VERSION> -e SYNAPSE_RMCP_REPO=<SYNAPSE_RMCP_REPO> -e SYNAPSE_RMCP_RELEASE_BASE_URL=<SYNAPSE_RMCP_RELEASE_BASE_URL> -e RUST_LOG=<RUST_LOG> -- npx -y @dinglebear/synapse
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs