parfaitBashombe/mcp-server
If you are the rightful owner of 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 MCP Codebase Server is a production-ready server designed to enable AI assistants to interact with codebases safely and efficiently.
Tools
Functions exposed to the LLM to take actions
read_file
Read the complete contents of a file.
write_file
Create or overwrite a file.
delete_file
Delete a file or directory.
list_files
List the file structure of a directory (tree view).
search_files
Search for files matching a glob pattern.
create_directory
Create a new directory (recursive).
move_file
Move or rename a file.
get_codebase_summary
Analyze the codebase and return a summary including project info, dependencies, and file structure.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client