vibops-mcp
Officialvibops-mcp is a unified MCP server for managing GPU infrastructure across any cloud or on-prem provider, offering 70+ tools across six capability areas:
Observation & Monitoring
List clusters with GPU utilization summaries, kubectl contexts, gateways, secrets, providers, and pipelines
Get live Kubernetes deployment status, hourly GPU utilization time-series, and workload breakdowns
Monitor job metrics (throughput, latency P50/P95/P99), alerts, and MTTR
Estimate GPU spend based on configured cost rates
Actions & Operations
Scale Kubernetes deployments, deploy AI models (e.g., llama3:8b, mistral:7b), run Helm/kubectl/git commands
Store encrypted secrets, trigger automation pipelines
Submit, monitor, cancel, and retrieve output from Slurm HPC jobs
Manage container registries (Harbor, ECR, GAR): list repos/tags, check images, delete stale tags
Governance & Compliance
Detect and resolve GPU anomalies; track AI Act compliance controls (Art. 9, 12, 13–15, 17) and overall compliance score
Generate and retrieve SOC 2, GDPR, and HIPAA reports
Query and verify the cryptographic integrity of the immutable audit log (HMAC-SHA256 chain)
Manage org-wide policies, configure LDAP/Active Directory, and push audit events to SIEM systems (Splunk, Datadog)
Run LLM-as-judge evaluations on completed jobs against custom rubrics
Agent Infrastructure Control Plane
Create, rotate, and revoke agent machine identities
Set per-agent monthly inference budgets with soft/hard caps and automatic blocking (HTTP 429)
Define model access control rules using glob patterns to restrict agents to specific LLMs
Visualize the full agent dependency graph (agent→model, agent→connector, agent→sub-agent)
GPU FinOps & Cost Management
Track organization-wide GPU budget and consumption; get chargeback reports by tenant and agent
Analyze daily GPU spend trends (up to 90 days) with anomaly flagging
Identify idle/wasted GPU resources with remediation recommendations
Get per-agent LLM inference usage (tokens, GPU cost, request counts) by team or model
Configuration
Set cluster GPU cost rates, register/delete gateways
Allows CrewAI agents to interact with GPU infrastructure for deployment and monitoring.
Allows exporting audit events and GPU metrics to Datadog for monitoring and alerting.
Provides tools for cloning Git repositories as part of deployment workflows.
Provides tools for managing Helm releases on Kubernetes clusters, including upgrade and uninstall operations.
Provides LangChain-based AI agents with tools to observe, operate, and govern GPU clusters.
Enables n8n workflows to manage GPU infrastructure, including deployment, monitoring, and cost optimization.
Allows AI agents to route inference requests through the VibOps proxy to Ollama, with cost attribution and logging.
Supports OpenAI-compatible API for inference, capturing usage data for FinOps.
Allows exporting audit events and GPU metrics to Splunk for security information and event management.
VibOps
Intent-driven AI Infrastructure Operating System — manage GPU clusters and LLM deployments in plain language.
"Deploy llama3 on the prod cluster with 3 GPU replicas"
"Scale the gpu-ng node group to 5 nodes"
"Increase open-webui CPU limits to 1 core in the infra repo"Architecture
flowchart LR
Console["Console\n(Alpine.js)"] --> Agent
Agent["VibOps Agent"] --> Core
Core["Core\n(FastAPI + PolicyEngine)"] --> Gateway
Gateway["Gateway\n(VibOps Connect)"] --> Abstraction
Abstraction["Accelerator Abstraction\n(vendor-agnostic API)"] --> Connectors
Connectors["30 Connectors\nkubectl · helm · EKS · NIM · AMD · Groq · docker_build · ci · slurm · proxmox · xo · vsphere · ..."] --> Infra["GPU Infrastructure\n(NVIDIA · AMD · Intel · Groq · TPU · Slurm HPC · Proxmox · XO · vSphere)"]Component | Role |
Core | Execution engine — jobs, pipelines, PolicyEngine, audit, secrets, multi-tenancy |
VibOps Agent | LLM tool loop — intent parsing, guardrails, dry-run preview, confirmation flow |
Console | Web UI — chat, monitoring, cluster view, org/team admin |
LLM Proxy | Transparent OpenAI-compatible inference proxy — per-agent GPU FinOps attribution, token counting, cost calculation |
Gateway (Connect) | On-prem edge agent — bridges Core to local infrastructure via Bearer token |
Accelerator Abstraction | Vendor-agnostic layer over NVIDIA, AMD, Intel, Groq, Trainium, TPU — unified tools ( |
Connectors (30) | kubectl, helm, argocd, git, EKS, GKE, AKS, NIM, NVIDIA, AMD, Intel, Groq, AWS Trainium, Google TPU, ollama, dgxcloud, datadog, GPU (unified), terraform, HPE, outscale, scaleway, benchmark, docker_build, ci, slurm, proxmox, xo, vsphere |
See docs/architecture/overview.md for the full architecture with request flow and trust boundaries.
Related MCP server: Bastion
Prerequisites
Kubernetes cluster (kind, EKS, GKE, or AKS)
Helm 3.x
PostgreSQL 14+ (or let the Bitnami sub-chart provision it)
LLM inference: LLM API key (
LLM_API_KEY) — or an on-prem endpoint (Ollama, vLLM, Mistral, LLaMA) viaLLM_PROVIDER=openai+LLM_BASE_URL. VibOps itself requires no GPU — see docs/technical-architecture.md.
Quick Start
Distributing VibOps to a client? The public installation repo is VibOpsai/vibops-install — contains only installation files (docs, Helm charts, scripts). Source code is not included. Published automatically on each version tag via
make publish VERSION=vX.Y.Z.
New to VibOps? Follow the step-by-step guide: QUICKSTART.md — no technical background required, covers Docker installation, API key setup, and first conversation.
make quickstart # creates .env, generates secrets, starts stack
make check # validates all components are healthy
make hash PASSWORD=yourpassword # generates bcrypt hash for password setupConsole available at http://localhost:8003 — API Swagger UI at http://localhost:8000/docs
Grafana available at http://localhost:3000 (admin / see GRAFANA_PASSWORD in .env) — Prometheus at http://localhost:9090
Onboarding a pilot client
# Creates org + admin user + budget in one command (idempotent)
make pilot-create-client ORG="Acme Corp" EMAIL=admin@acme.com PASSWORD=s3cr3t BUDGET=5000See docs/runbooks/pilot-runbook.md for the full go-live checklist.
Helm (production)
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm dependency update ./helm/vibops
helm install vibops ./helm/vibops \
-n vibops --create-namespace \
-f my-values.yamlSee docs/installation.md for full setup instructions.
Documentation
Document | Description |
Mermaid diagram, accelerator abstraction layer, destructive action flow, trust boundaries, full ADR index | |
4 defense layers, threat model, SOC 2 posture | |
Helm deployment, CSP delivery, bootstrap, configuration reference | |
Console walkthrough, chat commands, team management | |
189 endpoints — curl examples grouped by domain | |
Interactive API — auto-served by Core on every install | |
Full REST API contract (machine-readable, auto-generated) | |
Customer-facing architecture document | |
Backup/restore, multi-region, pilot go-live checklist | |
Current version, what's shipped, known limitations, next sprint |
Configuration
Core
Variable | Default | Description |
| — |
|
|
| Shared secret with Agent — change in prod |
|
| Token lifetime |
|
| Password hash — empty = auth disabled (dev) |
| — | Encryption key for VibOps secrets vault |
| — | HMAC key for dataset pseudonymization — store in vault, never rotate without migration plan |
Agent
Variable | Default | Description |
| — | Required if |
|
| Core service URL |
|
| Must match Core |
|
| LLM model ID |
Connectors (optional)
Variable | Description |
| ArgoCD URL (e.g. |
| ArgoCD API token |
| AWS region for EKS |
| GitHub/GitLab PAT — also used by CI connector (scope: |
|
|
| GitHub Container Registry push token (for |
| Docker Hub push token |
| GitLab registry push token |
| Datadog API key |
| NVIDIA NGC key for NIM |
| Slurm head node hostname (overridden per-call via payload) |
| SSH username for Slurm (default: |
| Path to SSH key or PEM content (use |
| slurmrestd base URL (default: |
|
|
Multi-tenancy & Reselling
Organisation [reseller] — CSP that resells VibOps
└── Organisation [reseller_customer] — CSP's end customer
└── Team (scope: namespaces, clusters, envs, allowed actions)
└── Member (role: admin | developer | readonly)
Organisation [direct] — Direct VibOps customer
└── Team → MemberEach CSP client gets a dedicated VibOps instance — isolation is at the deployment level, not RBAC intra-instance.
Tier 3 reselling — CSPs can onboard their own customers with white-label branding (white_label_name, white_label_slug), custom pricing markup, and per-customer chargeback reports. See ADR 0013.
Reselling integration patterns
CSPs can adopt VibOps at three integration depths, depending on how much of their existing client experience they want to preserve:
1. Console-replacement — VibOps console is white-labeled with the CSP's branding (white_label_name, white_label_slug). End customers log into the VibOps console and see only the CSP's brand. Fastest path to market for CSPs without an existing client portal.
2. Hybrid embedding — CSP keeps its existing client console and embeds VibOps capabilities through iframes or component-level integration. The end customer sees one unified UI with VibOps features appearing native. Suitable for CSPs with mature portals who want to add GPU operations capabilities without console fragmentation.
3. API-only / headless — CSP consumes VibOps purely through REST endpoints and integrates the data into its own UI. End customers never see VibOps in any form. Most flexibility, suitable for CSPs with heavy investment in their existing portal who want VibOps as a backend service.
Each pattern is supported by the same API surface — CSPs can move between patterns or mix them across customer segments.
FinOps Engine
GPU cost visibility and chargeback — built in, no external tooling required.
Feature | Description |
Budget management | Per-org budget with configurable alert thresholds |
Chargeback reports | Monthly cost breakdown per org/team/pod, exportable |
Waste detection | Idle GPU detection with pod-level utilisation enrichment |
Per-pod GPU metrics | Live util%, memory, power per pod via DCGM/ROCm-SMI Prometheus queries |
Pricing rules | Per-cluster GPU rates (cloud formula or on-prem TCO) |
Customer markup | CSP resellers apply markup per customer or per workload type |
Cost prediction | At-submission cost estimate frozen with each job |
VM + GPU cost attribution | Per-asset cost across hypervisor, K8s, and GPU layers (Proxmox, XO, vSphere) |
Pipelines & Automation
Multi-step deployment pipelines with rollback guards — triggered by the agent or on schedule.
Pipeline: deploy-llama3-prod
Step 1 — deploy staging (on_failure: stop)
Step 2 — health check (on_failure: rollback step 1)
Step 3 — promote to prod (on_failure: rollback)
Step 4 — health check prod (on_failure: rollback step 3)Trigger rules — auto-trigger pipelines or jobs based on conditions (GPU utilization threshold, alert state, schedule). Supports AND/OR multi-condition logic.
Alerts & SLOs
Alert rules — threshold-based (GPU utilization, cost, job failure rate) with configurable channels (Slack, webhook, email)
SLO monitoring — define uptime/latency targets per deployment; breach triggers automatic remediation or escalation
Notification channels — Slack, PagerDuty, webhook, email — configurable per org
Secrets Vault
Encrypted key-value store for connector credentials — scoped per org, never logged.
# Store a secret
POST /api/v1/secrets {"name": "git_token", "value": "ghp_..."}
# Reference in agent commands
"Clone the infra repo" → git_clone uses token=@secret:git_token automaticallySecrets are AES-encrypted at rest using SECRET_KEY. The agent injects them at execution time — credentials never appear in job payloads or audit logs.
Operational Dataset
VibOps builds a proprietary GPU workload dataset from production operations — the foundation for domain-specialized model fine-tuning.
Signal | Source | Sprint |
WorkloadSignature (vendor, accelerator, framework) | Job submission | 10 |
Job outcomes (success/oom/timeout/failure category) | Worker completion | 10 |
Recommendation events (followed/ignored/overridden) | Operator response | 10 |
Framework auto-detection from container image | WorkloadDetector | 11 |
Agent feedback (thumbs up/down per response) | Chat UI | 13 |
Consent model (per org, set by org admin):
pseudonymized— stable hashed identifiers, cross-job correlation preservedanonymized— identifiers stripped, full anonymityopted_out— excluded from all exports
Export: GET /api/v1/dataset/export (jobs, JSONL) · GET /api/v1/training/export (exchanges + feedback, alpaca/sharegpt/chatml)
Requires DATASET_PSEUDONYMIZATION_SALT env var for pseudonymization. See ADR 0016, ADR 0017, ADR 0018.
Security
Six independent defense layers — each sufficient to block most attacks:
Agent behavioral correctness — 3-layer testing stack (L1 form, L2 coherence, L3 behavior) prevents LLM misrouting before any action reaches infrastructure (ADR 0009)
Endpoint auth invariant — router-level JWT enforcement + CI test that fails if any endpoint is added without auth (ADR 0005)
PolicyEngine default-deny — every action must be in
TOOL_CATALOG; unknown actions → 403 (ADR 0001)Two-tier authorization —
evaluate()for API callers (role + destructive confirmation),evaluate_system()for Celery workers (ADR 0002)Multi-tenant isolation —
org_idfrom JWT on every row, never from request body (ADR 0003)Tier 3 secret isolation — cross-org fallback restricted to
is_system=Truesecrets; org-scoped credentials never accessible from another org (Sprint 15)
Destructive actions return a dry-run preview (reversibility, resolved_params) and require explicit user confirmation before executing. The confirmation token can only be injected by confirm_action — create_job strips it structurally.
See docs/architecture/security.md for the full threat model.
Multi-Accelerator Support
VibOps abstracts GPU vendor differences behind a unified interface — the same commands work regardless of the underlying hardware.
Vendor | Supported operations |
NVIDIA | GPU Operator install, MIG partitioning, DCGM metrics, NIM deployment |
AMD | ROCm device plugin, SMI metrics |
Intel | OpenVINO device plugin |
Groq | Device listing and workload matching |
Unified tools — vendor-agnostic:
Tool | Description |
| List all accelerators across vendors (memory, precision, partitioning capability) |
| Unified utilization, temperature, power draw |
| Structured diagnostic — checks operator, driver, device plugin in one call |
| Match workload requirements (precision, memory, FLOPS) against available hardware |
| Hourly/daily/monthly cost projection |
| Migration cost assessment (CUDA → ROCm, multi-cloud scenarios) |
| Deploy a GPU workload with correct vendor resource requests |
| Enable/disable MIG or equivalent partitioning |
| Install vendor device operator via Helm |
Placement is automatic: accelerator_workload_match ranks available hardware against workload requirements (workload type, bottleneck profile, dominant precision, memory breakdown) before deployment.
API-First / Headless
VibOps is fully operable without any UI. Every capability is exposed via REST — the console is just one client among many.
Authentication:
# Long-lived API token (for CI/CD, scripts, integrations)
POST /api/v1/auth/tokens
→ {"token": "vbops_xxxxxxxx", "name": "ci-pipeline"}
# Use it
curl -H "Authorization: Bearer vbops_xxxxxxxx" https://vibops.mycompany.com/api/v1/jobsTypical headless workflows:
# Trigger a deployment
curl -X POST /api/v1/jobs \
-d '{"action": "deploy_model", "payload": {"image": "vllm/vllm-openai:v0.6.2", "replicas": 3}}'
# Run a pipeline
curl -X POST /api/v1/pipelines/{id}/trigger
# Get GPU cost report
curl /api/v1/finops/waste
# Export dataset (RLHF-ready JSONL)
curl /api/v1/training/export?format=alpaca > dataset.jsonlIntegration surfaces:
Surface | Use case |
REST API + JWT/API tokens | CI/CD pipelines, internal tooling, operator scripts |
Webhooks | Push job/alert events to external systems (Slack, PagerDuty, custom) |
OpenAPI spec ( | SDK generation, Postman collections, contract testing |
Trigger rules | Event-driven automation without human intervention |
The console (localhost:8003) and the agent chat (POST /api/v1/chat) are optional layers — teams that prefer direct API control or want to embed VibOps into their own UI can do so without compromise.
GitOps & Build Workflow
GitOps (config changes):
git_clone → git_read_file → git_patch_yaml → git_diff
└── git_commit_push
└── git_create_pr (optional — human review)
└── argocd_sync ← manual trigger
argocd_enable_auto_sync ← set once, cluster stays in sync forever
Image build pipeline:
git_clone → docker_build_push (GHCR / Docker Hub / GitLab Registry)
└── [ci_trigger → ci_wait] (optional CI gate)
└── helm_upgrade --set image.tag=<digest>
argocd_sync (if ArgoCD-managed)
Deploy to Kubernetes (private registry):
Standard registries (GHCR, Docker Hub, self-hosted):
create_pull_secret → deploy_webapp(image_pull_secret=<name>)
Cloud registries:
create_ecr_pull_secret (ECR — token fetched via aws ecr get-login-password, 12h TTL)
create_gcr_pull_secret (GCR / Artifact Registry — GCP service account JSON key)
create_acr_pull_secret (ACR — service principal or admin credentials)
└── deploy_webapp(image_pull_secret=<name>)
CI orchestration:
ci_trigger (GitHub Actions dispatch / GitLab pipeline)
└── ci_wait (poll every 5s, 900s timeout)
└── registry_list_tags (verify image published)
OpenShift:
openshift_add_scc (SCC required before deploy on OpenShift)
└── deploy_webapp → openshift_create_route (instead of create_ingress)
Local cluster image loading (dev/demo — when image not pushed to registry):
docker_build → kind_load_image / k3d_load_image / minikube_load_image / k3s_load_image
└── deploy_webappAdmin → Git panel — configure GIT_TOKEN and link each application to its source repo directly from the console (Admin → Git sub-tab).
Admin → CI panel — track all pipeline runs triggered by VibOps (Admin → CI sub-tab), with status, duration, and direct links to GitHub Actions / GitLab CI.
ArgoCD auto-sync — argocd_enable_auto_sync(prune, self_heal) turns ArgoCD into a true GitOps controller: the cluster converges to git state automatically after every push, and manual kubectl changes are reverted.
Requires: GIT_TOKEN + GIT_PROVIDER in env. Docker push additionally requires the relevant registry token (GHCR_TOKEN, DOCKERHUB_TOKEN, or GITLAB_REGISTRY_TOKEN). Cloud registries use AWS/GCP/Azure credentials already present in the worker environment.
Project Structure
vibops/
├── core/ # REST API + DB models + Alembic migrations
│ ├── app/
│ │ ├── api/v1/ # Endpoints (jobs, auth, audit, tenants…)
│ │ ├── models/ # SQLAlchemy (Job, User, Team, AuditLog…)
│ │ └── services/
│ ├── alembic/ # Migrations
│ └── scripts/ # bootstrap.py
├── agent/ # LLM agent (tool use, guardrails, user scope)
│ └── prompts/ # system_prompt.md
├── connectors/ # Kubectl, Helm, ArgoCD, NIM, EKS, GKE, AKS, Git, Ollama, NVIDIA, AMD, Intel, Groq, Datadog, Terraform…
├── console/ # Web interface (Alpine.js + FastAPI proxy)
├── helm/vibops/ # Helm chart — K8s deployment
├── docs/ # Installation guide, user guide, runbooks, OpenAPI spec
├── infra/dev/ # K8s manifests for dev environment
├── Makefile # pilot-create-client, backup-now, backup-list, up/down/logs
└── docker-compose.ymlAgent Behavioral Model
The agent (agent/prompts/system_prompt.md) is a rule-driven LLM tool loop — not a vanilla chatbot. Its behavior is codified in 13 mandatory rules:
Rule | Behavior |
ACT DIRECTLY | No permission-seeking. Execute requests immediately. |
VERIFY VIA TOOLS | Never answer from memory. Always call the tool. MANDATORY: |
PARALLEL EXECUTION | All independent actions launched in the same turn. |
GPU AUDIT |
|
ANTI-LOOP |
|
FAILURE CLASSIFICATION | 400/404 → permanent stop. 502/503 → retry once. Config error → stop and report missing prerequisite. |
NAMESPACE | Always explicit. If not found, auto-discover via |
SCALE/PATCH |
|
JOB POLLING | Poll |
CONFIRMATION | Destructive actions (scale_cluster, rollback, deploy_model, nim_deploy) require explicit confirmation on staging/prod. |
ENVIRONMENT |
|
LANGUAGE | Respond in the user's language. |
STYLE | Concise. Job ID in confirmation. No emojis. No filler. |
Incident response — mandatory 4-step workflow triggered by any mention of service degradation: correlate_incident → analyze_pod_failure (if crash) → diagnosis → remediate_incident (with confirmation).
Epistemic honesty — prometheus.observation transcribed verbatim. "Not observed" ≠ "not present". Confidence levels (confirmed / unknown) govern next action.
Multi-accelerator routing — vendor-agnostic tools (accelerator_detect_waste, accelerator_diagnose, accelerator_get_metrics) are the default. NVIDIA-specific tools (get_idle_gpus, get_gpu_operator_status) are explicitly FORBIDDEN for general use.
See agent/prompts/system_prompt.md for the full rule set.
Tests
cd core && pytest # ~1046 tests
cd agent && pytest # ~186 tests
cd connectors && pytest # ~4580 tests (parametrized — docker_build, CI, kubectl, GPU, cloud, hypervisors…)~5700 tests (1046 core + 67 agent + 4580 connectors).
Testing Architecture — Three Layers
The agent has a dedicated 3-layer behavioral testing stack (ADR 0009) that validates correctness at each level of abstraction:
Layer | What it tests | How |
L1 — Form | Tool call structure, required params, forbidden params | Assert tool name + param schema, no LLM needed |
L2 — Coherence | Routing logic, tool sequencing, anti-patterns | Mock LLM responses, verify the right tool is called in the right order |
L3 — Behavioral | End-to-end intent → action correctness | Real |
L3 reference scenarios include: deploy llama3 with GPU audit, scale node group vs. pod replicas (must not confuse them), incident triage (correlate_incident called first), NIM workflow (nim_list_catalog → nim_profiles → audit → deploy), GitOps workflow (full git_clone → git_patch_yaml → git_commit_push chain), and accelerator placement (accelerator_workload_match before deployment when cluster unspecified).
Cost model — L3 tests are gated behind LLM_API_KEY to avoid per-run LLM costs in standard CI. Run them explicitly before releases.
Core coverage includes PolicyEngine (default-deny, role matrix, destructive confirmation), dry-run preview (reversibility + resolved_params), pipeline/trigger workers, rate limiter, gateway E2E, CI auth enforcement invariant (fails if any endpoint is added without JWT auth), and the full dataset pipeline (WorkloadDetector, consent, anonymization, export formats, RLHF feedback loop).
License
Proprietary — © VibOps 2026
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAI Agent Mission Control — 200+ MCP tools across 31 domains. Manage agents, experiments, workflows, crews, skills, tools, credentials, approvals, signals, budgets, marketplace, knowledge bases, chatbots, and more. Self-hosted, open-source (AGPL-3.0). Supports stdio + Streamable HTTP/SSE with OAuth 2.0 auth.3456AGPL 3.0
- Alicense-qualityAmaintenanceA local-first control plane for AI agent tools, providing policy enforcement, spend caps, rate limiting, and audit trails for MCP servers.1Apache 2.0
- AlicenseAqualityBmaintenanceGoverned Kubernetes operations for AI agents with 15 MCP tools, audit logging, policy engine, and safety features.55MIT
- Flicense-qualityAmaintenanceProvides real-time monitoring of AI agents, context, usage limits, workflows, files, Git, tests, builds, errors, secrets, and model-economy advice for tools like Claude Code, Codex, and Cursor, with 30 MCP tools for comprehensive observability.1
Related MCP Connectors
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
Massed Compute MCP — GPU inventory, VM lifecycle, billing, SSH keys, and setup recipes.
Agent Cost Allocator MCP — multi-tenant LLM cost attribution for chargeback billing. Companion to
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VibOpsai/vibops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server