CapIX-MCP

CapIX-Protocol/CapIX-MCP
★ 0 stars JavaScript AI/LLM Updated 3d ago
Capix MCP Server — deploy and manage private LLM instances on the Capix GPU network from any AI coding agent.
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": {
    "capix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CapIX-Protocol/CapIX-MCP"
      ]
    }
  }
}