mcpbeat Sign in
local only

Unblu runs on your own machine — the client starts it, so there is no endpoint to ping. 200 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 102 · avg 22 · -5% w/w
a month agotoday
200
Installs / week
pypi · unblu-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 8 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/unblu_mcp/__init__.py:1, [пакет] src/unblu_mcp/__main__.py:1, [пакет] src/unblu_mcp/_internal/__init__.py:1 и ещё 8
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] src/unblu_mcp/_internal/providers_k8s.py:167
            auth_check = subprocess.run(  # noqa: S603

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unblu -- uvx unblu-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unblu": {
      "args": [
        "unblu-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unblu]
command = "uvx"
args = ["unblu-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unblu": {
      "args": [
        "unblu-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unblu": {
      "args": [
        "unblu-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UNBLU_BASE_URL (Unblu API base URL (e.g., https://your-instance.unblu.cloud/app/rest/v4)), UNBLU_API_KEY (Unblu API key for authentication), UNBLU_USERNAME (Unblu username for basic auth (alternative to API key)), UNBLU_PASSWORD (Unblu password for basic auth (alternative to API key)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Unblu

same job, measured the same way
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
ellmos ServerCommander
by ellmos-ai

Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.

80 installs/wk local only
Shodai Agreements
by shodai

Author, validate, deploy, and operate Shodai on-chain agreements.

11 tools answering
Layero
by layero

Deploy and operate sites on Layero — hosting with build servers in Russia: domains, env, Data API.

34 tools answering
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Replicate
by mcparmory

Run AI models, create deployments, and manage predictions via cloud API

266 installs/wk local only
Deployment.io
by deployment-io

Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs.

answering
VibeKit
by vibekit-bot

Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.

36 tools answering

Unblu — questions

Answers built from our own checks of this server.

Why is there no uptime for Unblu?
Unblu runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package unblu-mcp was installed 200 times last week.
Is Unblu still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Unblu?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls unblu-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Unblu?
The pypi package unblu-mcp was installed 200 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.