Framework-aware code intelligence for LLM agents. Indexes Java, Python, TypeScript, Go, Scala into a verified call graph via tree-sitter + Rust. MCP server, Haiku sub-agent, and git hooks included. 68–95% agent token reduction.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jidra": {
"command": "uvx",
"args": [
"jidra"
]
}
}
}
Run in terminal:
claude mcp add jidra uvx jidra
Add to .cursor/mcp.json:
{
"mcpServers": {
"jidra": {
"command": "uvx",
"args": [
"jidra"
]
}
}
}
Or install with pip: pip install jidra
Topics
ai-agentsautomated-debuggingcall-graphcontext-reductiondeveloper-toolsgroundingjava-static-analysismcp-servermodel-context-protocol