Skip to content
Zed

Arcane RMCP for Zed

ai.dinglebear/arcane-rmcp

Rust MCP server and CLI for Arcane Docker and container management.

client:Zed transport:stdio runtime:npm

Install Arcane RMCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "arcane-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcane-rmcp"
      ],
      "env": {
        "RARCANE_API_URL": "<RARCANE_API_URL>",
        "RARCANE_API_KEY": "<RARCANE_API_KEY>",
        "ARCANE_RMCP_VERSION": "<ARCANE_RMCP_VERSION>",
        "ARCANE_RMCP_REPO": "<ARCANE_RMCP_REPO>",
        "ARCANE_RMCP_RELEASE_BASE_URL": "<ARCANE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Arcane RMCP in other clients