Ravenight13/codebase-mcp
3.2
If you are the rightful owner of codebase-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Codebase MCP Server is a production-grade server designed to index code repositories into PostgreSQL with pgvector for semantic search, specifically tailored for AI coding assistants.
Tools
Functions exposed to the LLM to take actions
search_code
Semantic search across indexed code.
index_repository
Index a repository for searching.
get_task
Retrieve a specific development task.
list_tasks
List tasks with filtering options.
create_task
Create a new development task.
update_task
Update task status with git integration.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client