PluginBench
MCP Server
Active
AGPL-3.0

Arcane RMCP MCP Server

ai.dinglebear/arcane-rmcp

What is the Arcane RMCP MCP server?

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

How to install Arcane RMCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RARCANE_API_URL
    required

    Arcane API base URL.

  • RARCANE_API_KEY
    required
    secret

    Arcane API key or bearer token.

  • ARCANE_RMCP_VERSION

    Optional GitHub release tag override for the downloaded Arcane RMCP binary.

  • ARCANE_RMCP_REPO

    Optional GitHub owner/repo override for release asset downloads.

  • ARCANE_RMCP_RELEASE_BASE_URL

    Optional release download base URL override.

  • RUST_LOG

    Tracing filter for Arcane RMCP logs.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arcane-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcane-rmcp",
        "mcp"
      ],
      "env": {
        "RARCANE_API_URL": "<YOUR_RARCANE_API_URL>",
        "RARCANE_API_KEY": "<YOUR_RARCANE_API_KEY>",
        "ARCANE_RMCP_VERSION": "<YOUR_ARCANE_RMCP_VERSION>",
        "ARCANE_RMCP_REPO": "<YOUR_ARCANE_RMCP_REPO>",
        "ARCANE_RMCP_RELEASE_BASE_URL": "<YOUR_ARCANE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "arcane-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcane-rmcp",
        "mcp"
      ],
      "env": {
        "RARCANE_API_URL": "<YOUR_RARCANE_API_URL>",
        "RARCANE_API_KEY": "<YOUR_RARCANE_API_KEY>",
        "ARCANE_RMCP_VERSION": "<YOUR_ARCANE_RMCP_VERSION>",
        "ARCANE_RMCP_REPO": "<YOUR_ARCANE_RMCP_REPO>",
        "ARCANE_RMCP_RELEASE_BASE_URL": "<YOUR_ARCANE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "arcane-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcane-rmcp",
        "mcp"
      ],
      "env": {
        "RARCANE_API_URL": "<YOUR_RARCANE_API_URL>",
        "RARCANE_API_KEY": "<YOUR_RARCANE_API_KEY>",
        "ARCANE_RMCP_VERSION": "<YOUR_ARCANE_RMCP_VERSION>",
        "ARCANE_RMCP_REPO": "<YOUR_ARCANE_RMCP_REPO>",
        "ARCANE_RMCP_RELEASE_BASE_URL": "<YOUR_ARCANE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "arcane-rmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arcane-rmcp",
        "mcp"
      ],
      "env": {
        "RARCANE_API_URL": "<YOUR_RARCANE_API_URL>",
        "RARCANE_API_KEY": "<YOUR_RARCANE_API_KEY>",
        "ARCANE_RMCP_VERSION": "<YOUR_ARCANE_RMCP_VERSION>",
        "ARCANE_RMCP_REPO": "<YOUR_ARCANE_RMCP_REPO>",
        "ARCANE_RMCP_RELEASE_BASE_URL": "<YOUR_ARCANE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Claude Code
claude mcp add arcane-rmcp --env RARCANE_API_URL=<YOUR_RARCANE_API_URL> --env RARCANE_API_KEY=<YOUR_RARCANE_API_KEY> --env ARCANE_RMCP_VERSION=<YOUR_ARCANE_RMCP_VERSION> --env ARCANE_RMCP_REPO=<YOUR_ARCANE_RMCP_REPO> --env ARCANE_RMCP_RELEASE_BASE_URL=<YOUR_ARCANE_RMCP_RELEASE_BASE_URL> --env RUST_LOG=<YOUR_RUST_LOG> -- npx -y arcane-rmcp mcp

Related MCP servers

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

126
Python
MIT
View repository →

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

126
Python
MIT
View repository →

Yarr MCP

Active

Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.

6
Rust
AGPL-3.0
View repository →

Yarr MCP

Active

Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.

6
Rust
AGPL-3.0
View repository →

Labby

Active

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

5
Rust
AGPL-3.0
View repository →

Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

5
Rust
AGPL-3.0
View repository →