Shashankss1205/CodeGraphContext
If you are the rightful owner of CodeGraphContext 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.
CodeGraphContext is an MCP server that indexes local Python code into a graph database, providing context to AI assistants.
Tools
Functions exposed to the LLM to take actions
list_imports
Lists all imports in the codebase.
add_code_to_graph
Adds code to the knowledge graph.
add_package_to_graph
Adds a package to the knowledge graph.
check_job_status
Checks the status of a background job.
list_jobs
Lists all background jobs.
find_code
Finds specific code elements.
analyze_code_relationships
Analyzes relationships between code elements.
watch_directory
Watches a directory for changes.
find_dead_code
Finds dead or unused code.
execute_cypher_query
Executes a Cypher query on the graph database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client