kilawatt-mcp-server-

KilaWattCloud/kilawatt-mcp-server-
★ 0 stars JavaScript AI/LLM Updated 4d ago
⁠Model Context Protocol (MCP) Server for Kilawatt Cloud—enables Cursor, Claude Desktop, and AI agents to programmatically request and manage GPU compute nodes.⁠
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": {
    "kilawatt-mcp-server-": {
      "command": "npx",
      "args": [
        "-y",
        "KilaWattCloud/kilawatt-mcp-server-"
      ]
    }
  }
}