alvinveroy/CodeCompass
CodeCompass: AI-powered Vibe Coding with MCP. Connects Git repositories to AI assistants like Claude, using Ollama for privacy or OpenAI for cloud. Integrates with VSCode, Cursor, and more.
Platform-specific configuration:
{
"mcpServers": {
"CodeCompass": {
"command": "npx",
"args": [
"-y",
"CodeCompass"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
CodeCompass helps developers tackle legacy or existing codebases by giving AI coding assistants the context they need to deliver spot-on suggestions. Legacy code is tough for AI—it’s often messy, outdated, and lacks clear documentation. CodeCompass solves this by analyzing your codebase with Qdrant Vector Store and powering AI with Ollama (local) or cloud agents like DeepSeek, using its Agentic RAG feature to make suggestions smarter and more relevant. It’s like giving your AI a roadmap to your code, so you can vibe code effortlessly.
---
agent_query tool intelligently orchestrates internal capabilities to gather comprehensive context. This includes analyzing git diff information (summarized if large), dynamically summarizing extensive file lists or code snippets, and more, ensuring AI suggestions are highly relevant.agent_query tool allows the AI to plan and execute multi-step tasks. It can proactively use a suite of internal capabilities to:capability_searchCodeSnippets)capability_getFullFileContent), with summarization for large files.capability_listDirectory).capability_getAdjacentFileChunks).capability_getRepositoryOverview).capability_fetchMoreSearchResults) or more processing time if a query is complex.Loading reviews...