Skip to content
Zed

unlimited-mcp for Zed

io.github.triumsebas/unlimited-mcp

Delegate coding and sysops tasks to cheaper agents or local LLMs via durable background job queues.

client:Zed transport:stdio runtime:pypi

Install unlimited-mcp in Zed

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

{
  "context_servers": {
    "unlimited-mcp": {
      "command": "uvx",
      "args": [
        "unlimited-mcp"
      ]
    }
  }
}

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

unlimited-mcp in other clients