Skip to content
Zed

unblu for Zed

io.github.detailobsessed/unblu

Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints

client:Zed transport:stdio runtime:pypi

Install unblu in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "unblu": {
      "command": "uvx",
      "args": [
        "unblu-mcp"
      ],
      "env": {
        "UNBLU_BASE_URL": "<UNBLU_BASE_URL>",
        "UNBLU_API_KEY": "<UNBLU_API_KEY>",
        "UNBLU_USERNAME": "<UNBLU_USERNAME>",
        "UNBLU_PASSWORD": "<UNBLU_PASSWORD>"
      }
    }
  }
}

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

unblu in other clients