Skip to content
Claude Desktop

Arcane RMCP for Claude Desktop

ai.dinglebear/rarcane

Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.

client:Claude Desktop transport:stdio runtime:npm

Install Arcane 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": {
    "rarcane": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rarcane"
      ],
      "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>"
      }
    }
  }
}

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

Arcane RMCP in other clients