unblu
About
Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UNBLU_BASE_URL UNBLU_API_KEY UNBLU_USERNAME UNBLU_PASSWORDClaude Code
claude mcp add --env UNBLU_BASE_URL= --env UNBLU_API_KEY= --env UNBLU_USERNAME= --env UNBLU_PASSWORD= unblu -- uvx unblu-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"unblu","command":"uvx","args":["unblu-mcp"],"env":{"UNBLU_BASE_URL":"","UNBLU_API_KEY":"","UNBLU_USERNAME":"","UNBLU_PASSWORD":""}}'
JSON
{
"mcpServers": {
"unblu": {
"command": "uvx",
"args": [
"unblu-mcp"
],
"env": {
"UNBLU_BASE_URL": "",
"UNBLU_API_KEY": "",
"UNBLU_USERNAME": "",
"UNBLU_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.