aptu-coder

clouatre-labs/aptu-coder
★ 3 stars Rust 💻 Code/Dev Tools Updated 1d ago
aptu-coder: MCP server for AST analysis, call graphs, and code structure (tree-sitter)
View on GitHub →

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"
      ]
    }
  }
}

Topics

aiaptuastcall-graphcode-analysisdeveloper-toolsmcpmcp-servermodel-context-protocolrusttree-sitter