Updated
What is MCP (Model Context Protocol)?
Definition
MCP is the protocol a coding agent uses to call an external tool for context: the agent sends a request, the tool returns content the agent folds into its reasoning.
It is the plumbing that lets an agent (Claude Code, Cursor, Windsurf, Zed, and other clients) ask trovex a question and get back an answer.
The interesting choice is what the tool returns: the whole repo, a pile of candidate chunks, or one canonical doc. trovex returns the canonical doc, which is where the token savings come from.
Give your agents one source of truth.
One current answer per query, with a freshness marker, in about a minute.
Open source. No cloud, no API keys. Your docs never leave your machine.