Skip to content
Zed

fittok for Zed

io.github.likhithreddy/fittok

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

client:Zed transport:stdio runtime:pypi

Install fittok in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "fittok": {
      "command": "uvx",
      "args": [
        "fittok"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

fittok in other clients