mcpbeat Sign in

Ollama / vLLM Bridge MCP Server

local only

Ollama / vLLM Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 1 236 installs a week from pypi. Last commit 8 Sep 2026.

Call your local Ollama or vLLM model over MCP with schema-validated JSON output

1 236
Installs / week
pypi · mcp-ollama-vllm
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h 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/mcp_ollama_vllm/__init__.py:1, [пакет] src/mcp_ollama_vllm/backends.py:1, [пакет] src/mcp_ollama_vllm/schema_validator.py:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет
Dumps the whole environment mcp-modelmanager/selftest.py:178
    env = dict(os.environ)

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

This one needs environment variables set before it will start: LOCAL_BACKEND (Backend to use: ollama, vllm or openai), LOCAL_HOST (Model endpoint URL; must be local or on your own network. Required for the openai backend), LOCAL_API_KEY (Optional bearer token, openai backend only; sent as a header, never logged), LOCAL_TIMEOUT (Read timeout in seconds), LOCAL_EMBED_MODEL (Default embedding model), LOCAL_EMBED_PATH (Optional, openai backend only: embedding endpoint path), LOCAL_SCHEMA_MODE (Optional, openai backend only: auto, response_format or none). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ollama / vLLM Bridge

same job, measured the same way
JSON Repair MCP
by grupoanesthy-spec

Repairs malformed JSON from LLM output, validated against a schema. Paid per call via Stripe.

36 installs/wk local only
Figma MCP Express
by sunhome243

Compact Figma MCP with validated batch ops through a local plugin bridge.

233 installs/wk local only
CompletionKit
by completionkit

Prompt evals over MCP: run a prompt on your dataset, score each output 1-5 with an LLM judge.

54 tools answering
Jsonschema
by pipeworx-io

JSON Schema validation MCP.

32 tools answering
Algernon MCP
by sammyboi81

Fan a goal out to cheap parallel LLM workers on your own key or a free local Ollama. Keep your mind.

427 installs/wk local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
Doc Extract MCP
by koraynar

Document tooling for AI agents: PDF/text reading, chunking, schema-validated JSON output.

local only
Tkach Security
by ecd5a

Fail-closed MCP adapter for untrusted model output over a local Tkach runtime.

local only

Ollama / vLLM Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Ollama / vLLM Bridge?
Ollama / vLLM Bridge 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 mcp-ollama-vllm was installed 1 236 times last week.
How do I connect Ollama / vLLM Bridge?
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 mcp-ollama-vllm straight from pypi; nothing to host, nothing to sign up for.
How many people use Ollama / vLLM Bridge?
The pypi package mcp-ollama-vllm was installed 1 236 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ollama / vLLM Bridge 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.