Graph-native code intelligence
Not vector RAG. Not chunking. Travsr builds a live, deterministic graph of your codebase on every commit and exposes it via MCP so AI agents traverse real structure instead of guessing from text.
npm install -g travsr Tree-sitter and LSIF produce an exact call graph, type graph, and import graph. No embeddings, no approximations.
A git post-commit hook triggers reindex in under 100 ms. Graph freshness is guaranteed on every commit.
Seven tools over stdio or SSE. Works with Claude, Copilot, any agent that speaks Model Context Protocol.
| Language | Tree-sitter | LSIF semantic |
|---|---|---|
| TypeScript | ||
| Rust | ||
| Python | S13 | |
| Go | S13 |