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
{
"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