← All servers
Arcane RMCP
Rust MCP server and CLI for Arcane Docker and container management.
Details
Versions
- 0.4.2 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-arcane-rmcp --env RARCANE_API_URL=<RARCANE_API_URL> --env RARCANE_API_KEY=<RARCANE_API_KEY> -- npx arcane-rmcp mcp
One-click above, or in ~/.cursor/mcp.json:
{
"mcpServers": {
"ai-dinglebear-arcane-rmcp": {
"command": "npx",
"args": [
"arcane-rmcp",
"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-arcane-rmcp": {
"command": "npx",
"args": [
"arcane-rmcp",
"mcp"
],
"env": {
"RARCANE_API_URL": "<RARCANE_API_URL>",
"RARCANE_API_KEY": "<RARCANE_API_KEY>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"arcane-rmcp",
"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 →