This summer Braidpool helped mentor 5 Summer of Bitcoin students working on AI coding tools.Here is one of the main outputs of that work by @Shashankss1205: an MCP tool to give your coding assistant a knowledge graph of your code. Give it a try!
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants.
Features
- Code Indexing: Analyzes Python code and builds a knowledge graph of its components.
- Relationship Analysis: Query for callers, callees, class hierarchies, and more.
- Live Updates: Watches local files for changes and automatically updates the graph.
- Interactive Setup: A user-friendly command-line wizard for easy setup.