Skip to content
Grok

fittok for Grok

io.github.likhithreddy/fittok

Retrieve only the relevant code for a codebase question, within a token budget.

client:Grok transport:stdio runtime:pypi

Install fittok in Grok

.mcp.json (in your project root)

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

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

fittok in other clients