Skip to content
Zed

overllm for Zed

io.github.theadamdanielsson/overllm

Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model.

client:Zed transport:stdio runtime:pypi

Install overllm in Zed

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

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

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

overllm in other clients