allentcm/mcp-codebase-rag: MCP server for code retrieval from a fully indexed codebase using CocoIndex
An MCP server that enables semantic code search across codebases using vector embeddings and PostgreSQL. It provides tools for searching code snippets by similarity, listing tracked files, and retrieving file contents. The system uses the Voyage embedding model to convert queries into vectors for semantic matching against indexed code.