Skip to content
VS Code

fittok for VS Code

io.github.likhithreddy/fittok

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

client:VS Code transport:stdio runtime:pypi

Install fittok in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fittok in other clients