Indexes code repositories into PostgreSQL with pgvector for production-grade semantic code search tailored for AI coding assistants.
The Codebase server provides advanced semantic code search capabilities through a local-first architecture, enabling AI assistants to efficiently understand and navigate codebases. It achieves this by combining tree-sitter AST parsing with vector embeddings, storing them in PostgreSQL with the pgvector extension. Beyond search, it also offers robust task management tools with Git integration, all exposed via the Model Context Protocol (MCP) for seamless interaction with AI clients.