drewdrewH/code-graph-context
3.4
If you are the rightful owner of code-graph-context 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 builds rich code graphs to provide deep contextual understanding of TypeScript codebases to Large Language Models.
Tools
Functions exposed to the LLM to take actions
search_codebase
Vector-based semantic search to find the most relevant code using OpenAI embeddings.
traverse_from_node
Focused graph traversal to explore specific relationships from a known node.
parse_typescript_project
Parse a TypeScript/NestJS project into a graph.
test_neo4j_connection
Test Neo4j connection and APOC plugin availability.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client