Trovex MCP Server

trovex: one canonical doc for your coding agents, ~60% fewer tokens. Your coding agents (Claude Code, Cursor, Windsurf, Zed, any MCP client) reread the repo every session to work out which .md is current, then answer from a guess. You pay for that on every session, every agent, every teammate. It runs locally over stdio via the published package.

People who work with coding agents, developer tools and embeddings and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-09-03 · ★ 10 · #70 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

AGPL-3.0 · HTML · how we verify → /methodology

01 · Install Trovex

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add tsukumohq-trovex -- uvx trovex

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tsukumohq-trovex": {
      "command": "uvx",
      "args": [
        "trovex"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package trovex - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.TsukumoHQ is GitHub-verified and matches the repo owner

03 · What Trovex can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.15.0 · 2026-09-03

Fix-heavy release. Everything under "serve write path" was root-caused on a live multi-agent store where trovex_write and trovex_search timed out at 30s while the process sat at 300-400% CPU. Each entry names the…

v0.13.0 · 2026-06-30

add /savings aha bridge to dead-end answer page · load Plausible on the 41 GEO/AEO pages shipping without it + coverage guard · PII→OpenAI data-minimization guard (TSU-218) · swap hero banner to public-beta asset…

v0.12.0 · 2026-06-28

trovex v0.12.0 (35 commits since v0.11.11) · Product · Doc-router retrieval eval harness (recall@k / MRR / hit@k) - defends the savings number + catches regressions in CI · Incremental / --watch re-index (only changed…

04 · Who maintains Trovex

trovex is maintained by tsukumohq. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
coding agent - ranked #70 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-03)
registry
io.github.TsukumoHQ/trovex (active, first published 2026-06-25 · 16 versions)
packages
pypi:trovex · pypi:trovex

06 · Trovex FAQ

What is Trovex?

trovex: one canonical doc for your coding agents, ~60% fewer tokens. Your coding agents (Claude Code, Cursor, Windsurf, Zed, any MCP client) reread the repo every session to work out which .md is current, then answer from a guess. You pay for that on every session, every agent, every teammate. It runs locally over stdio via the published package.

Is Trovex still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-03 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Trovex?

Run `uvx trovex`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Trovex run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Trovex

More coding agent MCP servers · Server Google Antigravity · Type Atlas · Rpg Encoder · Vynix · Val Town