Skip to content
Cursor

trovex for Cursor

io.github.tsukumohq/trovex

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

client:Cursor transport:stdio runtime:pypi

Install trovex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "trovex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trovex"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

trovex in other clients