Rust MCP server and CLI for Arcane Docker/container management, with action-dispatched tools, CLI parity, auth, and plugin packaging.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rarcane": {
"command": "cargo",
"args": [
"run",
"--",
"rarcane"
]
}
}
}
Run in terminal:
claude mcp add rarcane cargo run -- rarcane
Add to .cursor/mcp.json:
{
"mcpServers": {
"rarcane": {
"command": "cargo",
"args": [
"run",
"--",
"rarcane"
]
}
}
}