One answer, not a pile
Your agent asks a question; trovex returns the single canonical doc that answers it, not ten candidates to open and rank. One lookup, one source of truth.
loading
Loading.trovex · open source
Your coding agent rereads several docs every session to work out which one is current, then answers from a guess. trovex serves it the one canonical doc for the question instead. About 60% fewer tokens per lookup, one source of truth, always current. Runs on your machine over MCP, no cloud, no account to start.
Open source, MIT · ~60% fewer tokens per lookup (measured) · local-first, MCP
Works with
Claude Code · Cursor · Windsurf · any MCP client
Your agent asks a question; trovex returns the single canonical doc that answers it, not ten candidates to open and rank. One lookup, one source of truth.
Serving the canonical doc instead of the reread pile drops a typical lookup from roughly 720 to roughly 280 tokens. Measured on a real repo, reproducible with the bench command.
trovex tracks which doc is canonical and flags the stale ones, so your agent reads what is true now instead of last quarter's runbook.
Indexes and serves your docs locally over MCP. Your docs never leave your box; no cloud, no account to start.
Install the CLI, index your docs, and trovex serves the canonical answer over MCP. No account, no keys to start. In a hurry, try it with no install: uvx trovex search "...".
uvx trovex # or: pip install trovexWhen we ship or learn something real about cutting the tokens agents burn on context. No filler, no fixed schedule.
trovex is what we run our own agents on. If your team wants one source of truth for a fleet of agents, that's the work we do.