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 oss.opentrace.ai — no install required, runs entirely in your browser.
What It Does¶
OpenTrace indexes source code directly in your browser — no server required. Point it at a GitHub or GitLab repo and it will:
- Parse every file using tree-sitter WASM grammars (12 languages)
- Extract classes, functions, imports, and call relationships
- Build a knowledge graph stored in LadybugDB WASM (embedded graph database)
- Summarize every node using template-based identifier analysis
- Expose the graph to an in-app chat agent via MCP tools
Quick Start¶
Open http://localhost:5173, add a GitHub repo, and explore the graph.
License¶
Apache License 2.0 — see LICENSE for details.