VIBE-X AI Code Quality & Team Collaboration MCP Server
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":"vibe-x-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.
# vibe-x-mcp VIBE-X AI Code Quality & Team Collaboration MCP Server for Cursor / Claude. ## Features - **6-Gate Pipeline**: Syntax, Rules, Integration, Security, Architecture, Collision - **RAG Code Search**: Semantic search over your codebase via ChromaDB - **Hidden Intent (.meta.json)**: Auto-extract code intent with AST analysis - **Team Collaboration**: Work Zone conflict prevention, Decision Extractor - **E2E Verification**: URL accessibility check, Playwright-based selector verification - **Alert & Feedback**: Failure pattern analysis, threshold-based alerts - **Onboarding Q&A**: RAG-based project Q&A for new team members ## 21 MCP Tools | Category | Tools | |----------|-------| | Quality | `gate_check`, `pipeline`, `security_review`, `architecture_check` | | RAG | `code_search`, `index_codebase` | | Collab | `work_zone`, `extract_decisions` | | Meta | `meta_analyze`, `meta_batch`, `meta_coverage`, `meta_dependency_graph` | | Analysis | `feedback_analysis`, `integration_test` | | E2E | `e2e_verify_url`, `e2e_verify_selector` | | Ops | `project_status`, `onboarding_qa`, `get_alerts`, `acknowledge_alerts`, `health_breakdown` | ## Install ```bash pip install vibe-x-mcp ``` ## Usage ### Cursor IDE Add to `~/.cursor/mcp.json`: ```json { "mcpServers": { "vibe-x": { "command": "vibe-x-mcp", "args": ["--project-root", "/path/to/your/project"], "env": { "PYTHONIOENCODING": "utf-8" } } } } ``` ### CLI ```bash vibe-x-mcp --project-root /path/to/your/project vibe-x-mcp --project-root . --transport sse ``` ### uvx (no install) ```bash uvx vibe-x-mcp --project-root /path/to/your/project ``` ## Requirements - Python >= 3.10 - Project with source code to analyze ## License MIT
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.