Skip to content
Grok

trovex for Grok

io.github.tsukumohq/trovex

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

client:Grok transport:stdio runtime:pypi

Install trovex in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

trovex in other clients