mufasadb/code-grapher
3.3
If you are the rightful owner of code-grapher 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 Model Context Protocol (MCP) server enables seamless integration with codebases, providing intelligent context management and natural language querying capabilities.
Tools
Functions exposed to the LLM to take actions
create_code_graph
Parse project and build knowledge graph with full AST analysis.
update_graph_from_diff
Surgically update graph based on git commit changes.
query_code_graph
Semantic + structural code retrieval using hybrid search.
get_related_entities
Traverse relationships to controlled depth for context assembly.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client