Skip to content
Claude Desktop

Synapse RMCP for Claude Desktop

ai.dinglebear/synapse

Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.

client:Claude Desktop transport:stdio runtime:npm

Install Synapse RMCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "synapse": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Synapse RMCP in other clients