unblu for Cline
io.github.detailobsessed/unblu
Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints
client:Cline
transport:stdio
runtime:pypi
Install unblu in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs