vibops-mcp

by vibopsai

Not rated
GitHub

About

GPU infrastructure control plane + per-agent LLM FinOps. 74 tools. Deploy, scale, track cost per agent, enforce budgets. MIT license.

Details

Author
vibopsai
Categories
Developer Tools, Infrastructure, AI

Setup

Install vibops-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/vibopsai/vibops-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

The MCP server forVibOps — The AI Infrastructure Engine. From code to GPU in one conversation.

Getting an AI app from code to production on GPUs requires stitching together 9+ tools — git, Docker, CI/CD, Helm, kubectl, GPU monitoring, cost management, compliance, alerting. Each with its own API, dashboard, and cost model. No single interface spans the full pipeline.

vibops-mcpconnects your AI assistant to VibOps — the engine that clones, builds, deploys, scales, monitors, fixes, and bills your apps and agents on any GPU, any cluster, any cloud. Onepip install, 94 tools, one conversation.

- Ship— clone repos, build containers, deploy models, run Helm/kubectl, trigger pipelines, submit Slurm jobs
- Operate— scale deployments, manage VMs (Proxmox/XO/vSphere), detect and remediate GPU anomalies
- Observe— GPU utilisation, workload breakdown, MTTR, cost estimates, live K8s deployments
- Govern— AI Act compliance, SOC 2/RGPD reports, immutable audit chain, policy management
- FinOps— per-agent cost tracking, budget enforcement, chargeback, spend trends, waste analysis

Every operation goes through your VibOps instance and is recorded in the immutable audit log.

pip install git+https://github.com/VibOpsai/vibops-mcp.git

Add to~/.config/claude/claude_desktop_config.json(macOS:~/Library/Application Support/Claude/claude_desktop_config.json):

{ "mcpServers": { "vibops": { "command": "vibops-mcp", "env": { "VIBOPS_URL": "https://vibops.example.com", "VIBOPS_TOKEN": "your-token-here" } } } }

Add to.cursor/mcp.jsonin your project root, or to the global config:

{ "mcpServers": { "vibops": { "command": "vibops-mcp", "env": { "VIBOPS_URL": "https://vibops.example.com", "VIBOPS_TOKEN": "your-token-here" } } } }
claude mcp add vibops vibops-mcp \ -e VIBOPS_URL=https://vibops.example.com \ -e VIBOPS_TOKEN=your-token-here

Agent Infrastructure Control Plane (12 tools)

The missing layer between your AI agents and your GPU fleet. Works with any framework (n8n, LangChain, CrewAI, Dify) — just point to the VibOps LLM Proxy.

VibOps includes a transparent OpenAI-compatible proxy (port 8004) that sits between your AI agents and LLM inference servers (vLLM, Ollama, TGI). Every inference request is logged with agent attribution for FinOps.

Your agents point to the proxy instead of the LLM directly:

# Before OPENAI_BASE_URL=http://vllm:8000/v1 # After OPENAI_BASE_URL=http://vibops-proxy:8004/v1

Add aX-VibOps-Agent-Idheader to attribute costs per agent:

curl -X POST http://vibops-proxy:8004/v1/chat/completions \ -H "X-VibOps-Agent-Id: pricing-agent-v2" \ -H "X-VibOps-Team: supply-chain" \ -d '{"model": "mistral:7b", "messages": [...]}'

The proxy captures: agent ID, team, model, tokens, latency, GPU cost — visible in the console FinOps dashboard and queryable viaget_agent_usage.

"Clone my repo and deploy it on the GPU cluster." "Deploy llama3:8b on vibops-dev with 2 replicas." "Scale the inference deployment to 4 replicas on prod-cluster." "What's our GPU utilisation trend over the last 7 days?" "Show me the cost breakdown per cluster this week." "Which clusters have open critical GPU alerts?" "Are there any open GPU anomalies right now?" "Scan my infrastructure and show discovered services." "What's our AI Act compliance score and which controls are non-compliant?" "Generate a SOC 2 report for Q1 2026." "Verify the audit chain hasn't been tampered with." "Which agent costs the most in GPU this month?" "Show me the inference cost breakdown for the pricing agent." "Which agents depend on the claude-opus-4-6 model?" "Create a machine identity for the pricing-agent with a 1-year expiry." "Show me the spend trend for the last 7 days and flag any waste."

SeeCONTRIBUTING.md. All contributions require a DCO sign-off (git commit -s).

MIT — free to use, modify, and distribute. SeeLICENSE.

Built onFastMCPandVibOps— The AI Infrastructure Engine.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Provides direct access to CORTEX infrastructure for orchestration, monitoring, AI flow management, model routing, and Docker administration.

Access and interact with Harness platform data, including pipelines, repositories, logs, and artifact registries.

Stateful health monitoring, diagnostics, and web attestation for AI agents. 11 MCP tools. Free Founder's Beta

MCP server for the Enoch control plane: dispatch gates, evidence sync, provenance, and quality gates for long-running autonomous AI work.

All-in-one website diagnostics: DNS, SSL certs, HTTP headers, security audit (A-F grade), WHOIS, tech stack detection. No API keys needed.

AI-powered Jenkins pipeline intelligence platform with natural language interface. Provides comprehensive pipeline analysis, failure prediction, optimization suggestions, and automated Jenkinsfile reconstruction using Model Context Protocol (MCP) integration.

MCP server for AI agent deployment health — gateway status, CPU/memory/swap, recent errors, skill registry integrity, upgrade outcomes, cron + disk usage. HEALTHY/DEGRADED/CRITICAL classification per component.

AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.

Cost tracking + security scanning for AI builders

Interact with the RAD Security platform which provides AI-powered security insights for Kubernetes and cloud environments.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.