
Inductor
by asengupta
LangGraph-powered codebase exploration tool using hypothesis generation and Neo4j knowledge storage.
What it does
Facilitates deep reverse engineering of codebases by combining hypothesis generation, evidence gathering, and knowledge persistence via Neo4j.
Tools
neo4j_operations: Basic CRUD operations for Neo4j nodes to store codebase structure.hypothesis_management: Creates and validates hypotheses about how code functions.code_analysis: Provides JSON-RPC interfaces for structural code analysis.
Installation
Since this is a custom local server, ensure Neo4j is running and add the following to your claude_desktop_config.json (adjust path to your local installation):
{
"mcpServers": {
"inductor": {
"command": "poetry",
"args": [
"run",
"python",
"src/agent/simple_mcp_server.py"
],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": "your_password"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
poetry run python src/agent/simple_mcp_server.pyInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






