trovex Compare Answers Use cases Setup star on GitHub

Add trovex to your MCP client

trovex runs as a local HTTP MCP server (http://localhost:8765/mcp). Any MCP-compatible client can connect to it — here's the exact config for the common ones.

Same two commands, every client

trovex is open source and in public beta. Install it, then index your repo, start the server, and point your client at it.

$ uv run trovex index /path/to/repo
$ uv run trovex serve   # MCP at http://localhost:8765/mcp

Using a different client? Any spec-compliant MCP client that supports HTTP / streamable-HTTP servers can connect to http://localhost:8765/mcp — the config shape is the same idea, just the field name and file location change.

One canonical answer per query, in any client.

Point trovex at your repo and connect your agent in about a minute.

Open source. No cloud, no API keys. Your docs never leave your machine.