cardinal-gemini-plugin

cardinalhq/cardinal-gemini-plugin
★ 0 stars Python AI/LLM Updated today
Cardinal Gemini CLI plugin - stream Gemini CLI telemetry to the Cardinal Outcomes Dashboard and wire the unified Cardinal MCP server.
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": {
    "cardinal-gemini-plug": {
      "command": "uvx",
      "args": [
        "cardinal-gemini-plugin"
      ]
    }
  }
}

Or install with pip: pip install cardinal-gemini-plugin