Graph-native code intelligence

The code graph that
lives next to git.

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.

View on GitHub Read the docs
npm install -g travsr

Deterministic graph

Tree-sitter and LSIF produce an exact call graph, type graph, and import graph. No embeddings, no approximations.

Always fresh

A git post-commit hook triggers reindex in under 100 ms. Graph freshness is guaranteed on every commit.

MCP native

Seven tools over stdio or SSE. Works with Claude, Copilot, any agent that speaks Model Context Protocol.

Language support

Language Tree-sitter LSIF semantic
TypeScript
Rust
Python S13
Go S13