trovex for VS Code
io.github.tsukumohq/trovex
Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.
client:VS Code
transport:stdio
runtime:pypi
Install trovex in VS Code
.vscode/mcp.json
{
"servers": {
"trovex": {
"type": "stdio",
"command": "uvx",
"args": [
"trovex"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs