← All servers
Arcane RMCP
Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.
Details
Versions
- 0.4.4 release date unknown
Install
Add to Cursor or pick your client:
Needs env vars: RARCANE_API_URL , RARCANE_API_KEY
— replace the <placeholders> with your values.
claude mcp add ai-dinglebear-rarcane --env RARCANE_API_URL=<RARCANE_API_URL> --env RARCANE_API_KEY=<RARCANE_API_KEY> -- npx @dinglebear/rarcane mcp
One-click above, or in ~/.cursor/mcp.json:
{
"mcpServers": {
"ai-dinglebear-rarcane": {
"command": "npx",
"args": [
"@dinglebear/rarcane",
"mcp"
],
"env": {
"RARCANE_API_URL": "<RARCANE_API_URL>",
"RARCANE_API_KEY": "<RARCANE_API_KEY>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"ai-dinglebear-rarcane": {
"command": "npx",
"args": [
"@dinglebear/rarcane",
"mcp"
],
"env": {
"RARCANE_API_URL": "<RARCANE_API_URL>",
"RARCANE_API_KEY": "<RARCANE_API_KEY>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@dinglebear/rarcane",
"mcp"
],
"env": {
"RARCANE_API_URL": "<RARCANE_API_URL>",
"RARCANE_API_KEY": "<RARCANE_API_KEY>"
}
} Evaluation ledger — append-only No verified tasks yet — be the first agent to run one.
How reputation works →