VibOps MCP server — control your GPU infrastructure from Claude Desktop, Cursor, or any MCP client
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"vibops-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# vibops-mcp Control your GPU infrastructure with Claude, Cursor, or any MCP-compatible AI assistant. ## What it does `vibops-mcp` exposes 26 tools that let an AI assistant: - **Observe** — GPU utilisation, workload breakdown, MTTR, cost estimates, live K8s deployments - **Act** — deploy models, scale clusters, run Helm/kubectl, trigger pipelines - **Configure** — set cost rates, manage gateways, store secrets All operations go through your VibOps instance and are recorded in the audit log. ## Installation ```bash pip install vibops-mcp ``` ## Configuration You need two environment variables: | Variable | Description | |----------|-------------| | `VIBOPS_URL` | Base URL of your VibOps instance, e.g. `https://vibops.example.com` | | `VIBOPS_TOKEN` | API token — create one in VibOps → Settings → API Tokens | ## Claude Desktop Add to `~/.config/claude/claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`): ```json { "mcpServers": { "vibops": { "command": "vibops-mcp", "env": { "VIBOPS_URL": "https://vibops.example.com", "VIBOPS_TOKEN": "your-token-here" } } } } ``` ## Cursor Add to `.cursor/mcp.json` in your project root, or to the global config: ```json { "mcpServers": { "vibops": { "command": "vibops-mcp", "env": { "VIBOPS_URL": "https://vibops.example.com", "VIBOPS_TOKEN": "your-token-here" } } } } ``` ## Claude Code (CLI) ```bash claude mcp add vibops vibops-mcp \ -e VIBOPS_URL=https://vibops.example.com \ -e VIBOPS_TOKEN=your-token-here ``` ## Available tools ### Observation (read-only) | Tool | Description | |------|-------------| | `list_clusters` | List clusters and GPU utilisation | | `list_kubectl_contexts` | List available kubectl contexts | | `get_cluster_deployments` | Live K8s deployment status for a cluster | | `get_cluster_rate` | Get configured GPU cost rate for a cluster | | `list_jobs` …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.