← Index

io.github.detailobsessed/unblu

io.github.detailobsessed/unblu·v0.10.1·Other
Quality Score
78
/100

Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "unblu": {
      "command": "uvx",
      "args": [
        "unblu-mcp"
      ],
      "env": {
        "UNBLU_BASE_URL": "<unblu_base_url>",
        "UNBLU_API_KEY": "<your-unblu_api_key>",
        "UNBLU_USERNAME": "<unblu_username>",
        "UNBLU_PASSWORD": "<your-unblu_password>"
      }
    }
  }
}
§02  Environment variables
UNBLU_BASE_URL
required

Unblu API base URL (e.g., https://your-instance.unblu.cloud/app/rest/v4)

UNBLU_API_KEY
secret

Unblu API key for authentication

UNBLU_USERNAME

Unblu username for basic auth (alternative to API key)

UNBLU_PASSWORD
secret

Unblu password for basic auth (alternative to API key)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other