Skip to content

OpenTrace

A knowledge graph that maps your codebase structure, service architecture, and system relationships — then exposes it all through MCP so AI tools can understand your systems.

Try it now at app.opentrace.ai — no install required, runs entirely in your browser.

Where to Start

Goal Start here
See what OpenTrace is Browser (no install)
Give Claude Code codebase awareness Claude Code Plugin
Index repos from a terminal CLI
Hack on OpenTrace itself Development Setup

Not sure? → Pick Your Path

What It Does

OpenTrace indexes source code and builds a queryable knowledge graph. Point it at a repo and it will:

  1. Parse every file using tree-sitter WASM grammars (12 languages)
  2. Extract classes, functions, imports, and call relationships
  3. Build a knowledge graph stored in LadybugDB (embedded graph database)
  4. Summarize every node using template-based identifier analysis
  5. Expose the graph via MCP tools to any compatible AI client

See Architecture Overview for how the pieces fit together.

Learn More

Source

OpenTrace is open source under Apache 2.0 — github.com/opentrace/opentrace.