Turn your codebase into AI context — entirely on your machine. Single-binary MCP server with AST parsing, call graph, and local embeddings.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"amdb": {
"command": "cargo",
"args": [
"run",
"--",
"amdb"
]
}
}
}
Run in terminal:
claude mcp add amdb cargo run -- amdb
Add to .cursor/mcp.json:
{
"mcpServers": {
"amdb": {
"command": "cargo",
"args": [
"run",
"--",
"amdb"
]
}
}
}