upandacross/codebase-mcp-server
If you are the rightful owner of codebase-mcp-server 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 designed to enhance the exploration and understanding of large codebases by providing intelligent search and navigation capabilities for Python, SQL, and Markdown files.
Tools
Functions exposed to the LLM to take actions
search_code
Search for functions, classes, routes, models, tables, or documentation.
find_route
Find Flask routes by path or handler name.
find_model
Locate database model classes.
find_table
Find database tables and view SQL definitions.
list_components
List all components of a specific type.
explain_file
Get detailed information about a specific file.
rebuild_index
Rebuild the codebase index from scratch.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client