Skip to content
Zed

Agent Booster for Zed

io.github.sseshachala/agent-booster

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

client:Zed transport:stdio runtime:pypi

Install Agent Booster in Zed

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

{
  "context_servers": {
    "agent-booster": {
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}

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

Agent Booster in other clients