mcp-server-grok-management

codeChap/mcp-server-grok-management
★ 0 stars Rust AI/LLM Updated 2d ago
MCP server for the xAI Management API — API keys, ACLs, audit logs, and billing
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": {
    "mcp-server-grok-mana": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-grok-management"
      ]
    }
  }
}