doora

backpack-lab/doora
★ 9 stars Rust 🤖 AI/LLM Updated today
Doora parses source files into syntax trees and runs S-expression queries to find functions, types, and call sites that grep misses. Supports Rust, Python, JS, TS, Go, C, and C++. Exposes an MCP server so AI agents understand your codebase semantically, cutting hallucinations and wasted context tokens.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "doora": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "doora"
      ]
    }
  }
}

Topics

ai-codingastclicode-searchdeveloper-toolsgrep-alternativellmmcpquery-enginerayonruststructual-searchtree-sitter