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
{
"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