Skip to content
Windsurf

Synapse RMCP for Windsurf

ai.dinglebear/synapse-rmcp

Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.

client:Windsurf transport:stdio runtime:npm

Install Synapse RMCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "synapse-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "synapse-rmcp"
      ],
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Synapse RMCP in other clients