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.
We have not read this server's code yet, 8 d ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
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.
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.
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.
claude mcp add unblu -- uvx unblu-mcp
{
"mcpServers": {
"unblu": {
"args": [
"unblu-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.unblu]
command = "uvx"
args = ["unblu-mcp"]
{
"mcpServers": {
"unblu": {
"args": [
"unblu-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Build, test, deploy, and operate Connic agents.
Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.
Author, validate, deploy, and operate Shodai on-chain agreements.
Deploy and operate sites on Layero — hosting with build servers in Russia: domains, env, Data API.
MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.
Run AI models, create deployments, and manage predictions via cloud API
Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs.
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
Answers built from our own checks of this server.