cardea-cli

cardea-mcp/cardea-cli
★ 13 stars Rust Code/Dev Tools Updated 4mo ago ✗ Risk
OpenMCP Server Proxy CLI
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": {
    "cardea-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cardea-cli"
      ]
    }
  }
}