MCP Server
MCP
io.github.detailobsessed/unblu
Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints
Install
uvx unblu-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "unblu-mcp",
"version": "0.10.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Unblu API base URL (e.g., https://your-instance.unblu.cloud/app/rest/v4)",
"isRequired": true,
"format": "string",
"name": "UNBLU_BASE_URL"
},
{
"description": "Unblu API key for authentication",
"format": "string",
"isSecret": true,
"name": "UNBLU_API_KEY"
},
{
"description": "Unblu username for basic auth (alternative to API key)",
"format": "string",
"name": "UNBLU_USERNAME"
},
{
"description": "Unblu password for basic auth (alternative to API key)",
"format": "string",
"isSecret": true,
"name": "UNBLU_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment