Arcane RMCP for Cursor
ai.dinglebear/arcane-rmcp
Rust MCP server and CLI for Arcane Docker and container management.
client:Cursor
transport:stdio
runtime:npm
Install Arcane RMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arcane-rmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arcane-rmcp"
],
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs