theraaz/code-context-manager-mcp
If you are the rightful owner of code-context-manager-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.
A Model Context Protocol (MCP) server that provides intelligent code context management and semantic search capabilities for software development.
Tools
Functions exposed to the LLM to take actions
index_directory
Index all supported files in a directory for semantic search.
index_file
Index a single file for semantic search.
search_code_context
Perform semantic search across indexed code using natural language.
read_file
Read the complete content of a file.
list_directory_contents
List files and subdirectories in a path.
get_file_dependencies
Get import dependencies for an indexed file.
remove_indexed_file
Remove indexed data for a specific file.
clear_all_indexed_data
Clear all indexed data from Redis and SQLite.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client