mcpbeat Sign in

trovex MCP Server

by tsukumohq Your server? Claim it
local only

trovex runs on your own machine — the client starts it, so there is no endpoint to ping. 547 installs a week from pypi. Last commit 2 Sep 2026.

Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.

Installs per day peak 427 · avg 88 · +5% w/w
a month agotoday
547
Installs / week
pypi · trovex
10
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
HTML

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        listed = subprocess.run([claude, "mcp", "list"], capture_output=True, text=True, timeout=15)
      <select name="kind" class="ctl-select">
        <option value="" {% if not kind %}selected{% endif %}>all</option>
def eval(n: int = 40, k: int = 5) -> None:  # noqa: A001
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Installs itself into autostart deploy/serve-trovex.sh:50
PLIST="$HOME/Library/LaunchAgents/$LABEL.plist"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trovex -- uvx trovex
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trovex": {
      "args": [
        "trovex"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trovex]
command = "uvx"
args = ["trovex"]
.cursor/mcp.json
{
  "mcpServers": {
    "trovex": {
      "args": [
        "trovex"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trovex": {
      "args": [
        "trovex"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to trovex

same job, measured the same way
projectmind
by nodemint-dev

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

65 installs/wk local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Agentmap
by raymondchins

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

194 installs/wk local only
Code Context Engine
by ai-elara

Index your codebase. AI searches instead of re-reading files. 94% token savings.

290 installs/wk local only
Skim MCP
by helloderekg

Lossless skim-then-expand reading of big files, repos, and command output with far fewer tokens

55 installs/wk local only
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only
Live Memory
by shofer-dev

Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.

26 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only

trovex — questions

Answers built from our own checks of this server.

Why is there no uptime for trovex?
trovex runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package trovex was installed 547 times last week.
How do I connect trovex?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls trovex straight from pypi; nothing to host, nothing to sign up for.
How many people use trovex?
The pypi package trovex was installed 547 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is trovex open source?
Yes — it is published under the AGPL-3.0 licence, written in HTML and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.