VIBE-X AI Code Quality & Team Collaboration MCP Server
Project description
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
pip install vibe-x-mcp
Usage
Cursor IDE
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"vibe-x": {
"command": "vibe-x-mcp",
"args": ["--project-root", "/path/to/your/project"],
"env": {
"PYTHONIOENCODING": "utf-8"
}
}
}
}
CLI
vibe-x-mcp --project-root /path/to/your/project
vibe-x-mcp --project-root . --transport sse
uvx (no install)
uvx vibe-x-mcp --project-root /path/to/your/project
Requirements
- Python >= 3.10
- Project with source code to analyze
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vibe_x_mcp-1.1.0.tar.gz
(53.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibe_x_mcp-1.1.0.tar.gz.
File metadata
- Download URL: vibe_x_mcp-1.1.0.tar.gz
- Upload date:
- Size: 53.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1206ce3a625c7a8914114ea295d11a3468e26f30677a62be5e1d0633cd2c45b9
|
|
| MD5 |
4f853cd7fb35819395da3e707dbd52d0
|
|
| BLAKE2b-256 |
5c3641a8261cdefc4c60639eb1667119fd1d235fd14b1143929f96ba0f4fb5ea
|
File details
Details for the file vibe_x_mcp-1.1.0-py3-none-any.whl.
File metadata
- Download URL: vibe_x_mcp-1.1.0-py3-none-any.whl
- Upload date:
- Size: 73.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a31f77edcede34808e8a29c914ea6f995ac17d482979b6eb3242f0994858fe9e
|
|
| MD5 |
c6932ee269f2a761d560b167eb395872
|
|
| BLAKE2b-256 |
17ad7ae9ff815bf4690da2109c7ace4be403efa58aeeab9f911526841d4c995c
|