MyunghoBae/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 henry@mcphub.com.
The Codebase MCP Server is a Model Context Protocol server designed for secure and efficient analysis of codebases.
Tools
Functions exposed to the LLM to take actions
get-project-basics
Retrieves essential project information including package.json details, directory structure.
search-config-files
Searches for configuration files within the root directory and returns their paths.
get-dependency-tree
Traverses the dependency tree based on the given file path and root directory, and returns the traversal results.
list-directory
Lists the contents of a specified directory, distinguishing between files and directories.
read-file-with-metadata
Reads the content of a specified file and retrieves its metadata.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client