trovex
Rank #2,766io.github.TsukumoHQ/trovex
Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.
trovex is a Model Context Protocol (MCP) server published by tsukumohq. It ranks #2,766 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. trovex is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Jun 24, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 129,280 of 132,046 servers on MCP Toplist.
Use trovex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add trovex -- uvx trovex mcpclaude mcp add trovex -- uvx trovex serve --port 8765[mcp_servers.trovex]
command = "uvx"
args = ["trovex", "mcp"]Add to ~/.codex/config.toml.
[mcp_servers.trovex]
command = "uvx"
args = ["trovex", "serve", "--port", "8765"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"serve",
"--port",
"8765"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"serve",
"--port",
"8765"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"trovex": {
"type": "stdio",
"command": "uvx",
"args": [
"trovex",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"trovex": {
"type": "stdio",
"command": "uvx",
"args": [
"trovex",
"serve",
"--port",
"8765"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"serve",
"--port",
"8765"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"mcp"
]
}
}
}{
"mcpServers": {
"trovex": {
"command": "uvx",
"args": [
"trovex",
"serve",
"--port",
"8765"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TsukumoHQ%2Ftrovex)<a href="https://mcptoplist.com/server/io.github.TsukumoHQ%2Ftrovex"><img src="https://mcptoplist.com/badge/io.github.TsukumoHQ%2Ftrovex.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tsukumohq
Available versions (16)
| Version | Published |
|---|---|
| 0.15.0 | Sep 3, 2026 |
| 0.14.0 | Aug 22, 2026 |
| 0.13.2 | Aug 21, 2026 |
| 0.13.1 | Jul 1, 2026 |
| 0.13.0 | Jun 30, 2026 |
| 0.12.0 | Jun 28, 2026 |
| 0.11.11 | Jun 28, 2026 |
| 0.11.10 | Jun 27, 2026 |
| 0.11.9 | Jun 27, 2026 |
| 0.11.8 | Jun 27, 2026 |
| 0.11.7 | Jun 26, 2026 |
| 0.11.6 | Jun 26, 2026 |
| 0.11.5 | Jun 26, 2026 |
| 0.11.4 | Jun 26, 2026 |
| 0.11.3 | Jun 25, 2026 |
| 0.11.2 | Jun 25, 2026 |
Frequently asked questions
- Who maintains trovex?
- trovex is maintained by tsukumohq, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is trovex listed on the Official MCP Registry?
- Yes — trovex is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does trovex have?
- MCP Toplist tracks 16 versions of trovex, most recently published on Sep 3, 2026.
- Where can I find the source code for trovex?
- The source code for trovex is hosted at github.com/tsukumohq/trovex.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.