74% fewer tokens.
100% on your machine.
vexp gives your AI agent only the code that matters — via a local dependency graph with session memory. No cloud. No account. No data leaves your laptop.
Free · No account · No credit card · Zero network calls
One-time email with install links. No spam.
“I spend $400-600 a month on tokens. Any savings I can get is always sought after.”
AI agents read everything. They understand nothing.
Every coding session starts the same: the agent scans files, guesses dependencies, and fills your context window with code it will never use. Cloud-based context engines solve this — but send your code to their servers.
Not an optimization. A structural repair — entirely on your machine.
One-time email with install links. No spam.
See it work.
Three scenarios. Real MCP tool calls. Token savings calculated.
Graph-native context. Deterministic. Local. Zero network calls.
Index
Parse. Graph. Persist.
vexp uses tree-sitter to parse your codebase into an AST, then builds a dependency graph: nodes for functions, classes, and types; edges for calls, imports, and implementations. Stored in local SQLite — never uploaded, never shared. 5,000 files indexed in under 15 seconds.
Traverse
Hybrid search + graph centrality.
When an agent queries a task, vexp runs hybrid search — FTS5 full-text matching combined with TF-IDF semantic similarity — to find candidate pivot nodes, then ranks them using graph centrality. Intent detection auto-selects the search strategy: 'fix bug' triggers debug mode, 'refactor' triggers blast-radius mode. No embeddings. No external API. No hallucination.
Capsule
Pivots in full. Scaffolding skeletonized.
Pivot nodes are returned with full source. Adjacent nodes are reduced to signatures, docstrings, and return types — no implementation bodies. The capsule is bounded to your token budget. Exact context, nothing more.
run_pipeline auto-detects intent from your task description. "fix bug" activates debug mode (follows error paths), "refactor" triggers blast-radius mode, "add feature" uses modify mode.
Combines FTS5 keyword matching with TF-IDF semantic similarity and graph centrality. Finds validateCredentials when you search for "authentication" — no embeddings required.
VS Code captures type-resolved call edges from the language server for high-confidence call graphs. Supplements tree-sitter static analysis with runtime type information.
Repeated queries with similar terms automatically expand the result budget. The engine learns your session focus and returns progressively broader context.
Auto-captures every tool call (< 1ms overhead). Memories surface automatically in context capsules. When linked code changes, memories are marked stale. Consolidates similar observations automatically. Detects anti-patterns like dead-end exploration and file thrashing.
Watches every file change via blake3 hashing, computes AST-level structural diffs (added, removed, renamed, signature/body/visibility changed), and auto-correlates changes with tool calls. Recurring patterns are auto-promoted into project rules — all without agent cooperation.
One primary call. Ten specialized tools.
Cross-repo context. Git-native manifest.
Most AI agents are repo-blind. Cloud context engines can link repos — but require uploading your code. vexp builds cross-repo dependency graphs entirely on your machine, spanning frontend, backend, and infra in a single local query.
Already in your workflow.
Install the VS Code extension or the standalone CLI. vexp auto-detects your agents, writes their config files, and starts working. No login. No API key.
Distributed as a VS Code extension and standalone CLI (14 commands) · works with any MCP agent · generates configs for 12 agents automatically
The numbers.
Benchmarked against Next.js, FastAPI, Gin, and vexp itself
Flat pricing. No credits. No surprises.
Starter lets you try vexp with session memory on any project — no account, no API key. Pro unlocks all 11 tools including the full pipeline, multi-repo workspaces, and 50,000 nodes for $19/mo.
If you spend $20–200/mo on AI coding, vexp pays for itself in the first week. 65–70% fewer tokens = 2–3x more work before hitting limits.
Try vexp on a personal project. No account required.
- ✓≤ 2,000 nodes
- ✓Single-repo workspace
- ✓7 MCP tools (4 core + 3 memory)
- ✓VS Code extension or standalone CLI
- ✓Git manifest sync
- ✓Community support
Full context engine for professional developers. Under $20 — expense without approval.
- ✓50,000 nodes
- ✓Up to 3 repos per workspace
- ✓All 11 MCP tools
- ✓Intent detection & CodeLens
- ✓Email support
All plans work on unlimited individual repositories. The workspace limit defines how many repos can be linked together for cross-repo queries.
Install. Open. Done.
Install the extension or CLI
Open your workspace — vexp indexes automatically
Your agent has context — no account needed
One-time email with install links. No spam.
74% fewer tokens.
Zero cloud dependency.
One call: context + impact + memory. Native Rust binary. Local SQLite. Works with 12 agents.
or npm install -g vexp-cli
One-time email with install links. No spam.
No account · No credit card · Zero network calls