unblu for Windsurf
io.github.detailobsessed/unblu
Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints
client:Windsurf
transport:stdio
runtime:pypi
Install unblu in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs