graphtrail

escoffier-labs/graphtrail
★ 0 stars Rust Database Updated today
Local code-graph sidecar: tree-sitter symbols, imports, and call edges in SQLite, with a read-only MCP server. Python, TS/JS, Rust, Go.
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": {
    "graphtrail": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "graphtrail"
      ]
    }
  }
}

README Excerpt

GraphTrail is a local code graph sidecar for semantic search, Brigade context packs, and MiseLedger evidence. It indexes source files into a small SQLite graph so tools can ask structural questions before an agent edits code. This repo is intentionally narrower than TraceDecay: - Code Search keeps semantic chunks, summaries, and embeddings.

Tools (4)

edgesfilesimportssymbols
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →