aptu-coder: MCP server for AST analysis, call graphs, and code structure (tree-sitter)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aptu-coder": {
"command": "cargo",
"args": [
"run",
"--",
"aptu-coder"
]
}
}
}
Run in terminal:
claude mcp add aptu-coder cargo run -- aptu-coder
Add to .cursor/mcp.json:
{
"mcpServers": {
"aptu-coder": {
"command": "cargo",
"args": [
"run",
"--",
"aptu-coder"
]
}
}
}