Rust MCP server with read-only ops tooling for the canonical.cloud stack: CI status, submodule pins, deployment health, domain/RDAP, Cloudflare DNS, Kubernetes
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"canonical-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"canonical-mcp-server.rs"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add canonical-mcp-server cargo run -- canonical-mcp-server.rs
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"canonical-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"canonical-mcp-server.rs"
]
}
}
}
📋 Copy