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
- Alert & Feedback: Failure pattern analysis, threshold-based alerts
- Onboarding Q&A: RAG-based project Q&A for new team members
19 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 |
| 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.0.0.tar.gz
(51.6 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.0.0.tar.gz.
File metadata
- Download URL: vibe_x_mcp-1.0.0.tar.gz
- Upload date:
- Size: 51.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a79053d3beadc081797a503a60c84a2492ba0fb8c8f39c3a919f7ddbc2f5040
|
|
| MD5 |
fc5c62ca5bd57c61a34ba3f789197a4e
|
|
| BLAKE2b-256 |
3a49a6f8ede8fbbaff7e18a8094ae305540ba9f6c6217fbc695365fb409edbea
|
File details
Details for the file vibe_x_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: vibe_x_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 71.3 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 |
69f1d996a91732d3e034157f6a52632e6fc37d46438a93d6a5c58ec73ae5c549
|
|
| MD5 |
d45f9ad17f8d89075d4032c2528f2162
|
|
| BLAKE2b-256 |
f6cf5699f6e7f42a421f4fc3fe7f892d9d03c73a1e1f7d6af23353d0c345fe31
|