operator-mcp

qualithm/operator-mcp
★ 0 stars Go AI/LLM Updated 3d ago
Go MCP server for agent-native provisioning of the Qualithm platform.
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": {
    "operator-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/qualithm/operator-mcp@latest"
      ]
    }
  }
}