canonical-mcp-server.rs

canonical-cloud/canonical-mcp-server.rs
★ 0 stars Rust DevOps Updated today
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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "canonical-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "canonical-mcp-server.rs"
      ]
    }
  }
}