Skip to content
Zed

agentcents for Zed

io.github.labham-llc/agentcents

Local LLM cost proxy: forecasts each call and recommends the cheapest model that clears the task.

client:Zed transport:stdio runtime:pypi

Install agentcents in Zed

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

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

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

agentcents in other clients