mcpbeat Sign in

Vllm Ops MCP Server

local only

Vllm Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from pypi. Last commit 12 Aug 2026.

Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.

Installs per day peak 15 · avg 7 · -20% w/w
a month agotoday
48
Installs / week
pypi · vllm-ops-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 38 min ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands vllm_ops_mcp/probes.py:129, [пакет] vllm_ops_mcp/probes.py:129
        proc = subprocess.run(
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.

        proc = subprocess.run(

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Vllm Ops MCP and you get told the day something new turns up.

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 vllm-ops-mcp -- uvx vllm-ops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vllm-ops-mcp": {
      "args": [
        "vllm-ops-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vllm-ops-mcp]
command = "uvx"
args = ["vllm-ops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vllm-ops-mcp": {
      "args": [
        "vllm-ops-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vllm-ops-mcp": {
      "args": [
        "vllm-ops-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Vllm Ops MCP

same job, measured the same way
Sn MCP Server
by imjaineel

Multi-instance read-only MCP server for ServiceNow

58 installs/wk local only
Iris
by irishealth

Read-only health context MCP server for Iris users.

answering
Pil
by pjpoulose

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

local only
DealWatch
by xiaojiou176-open

Local-first grocery price intelligence with a read-only MCP server.

38 installs/wk local only
healthpoint-rs
by edithatogo

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

local only
WHOOP Health Signals
by yadheedhya06

Local-first, read-only WHOOP MCP server for recovery, sleep, strain, workouts, and body signals

54 installs/wk local only
Lastsaas
by jonradoff

Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.

local only
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

41 installs/wk local only

Vllm Ops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vllm Ops MCP?
Vllm Ops MCP 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 vllm-ops-mcp was installed 48 times last week.
How do I connect Vllm Ops MCP?
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 vllm-ops-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Vllm Ops MCP?
The pypi package vllm-ops-mcp was installed 48 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vllm Ops MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.