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
We read the source, 22 h 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.
этот файл ставится пользователю, но в репозитории его нет
result = subprocess.run(
env = dict(os.environ)
KEY_DIR="${MM_KEY_DIR:-$HOME/.ssh/modelmanager}"
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 mcp-ollama-vllm -- uvx mcp-ollama-vllm
{
"mcpServers": {
"mcp-ollama-vllm": {
"args": [
"mcp-ollama-vllm"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-ollama-vllm]
command = "uvx"
args = ["mcp-ollama-vllm"]
{
"mcpServers": {
"mcp-ollama-vllm": {
"args": [
"mcp-ollama-vllm"
],
"command": "uvx"
}
}
}
{
"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.
Repairs malformed JSON from LLM output, validated against a schema. Paid per call via Stripe.
Compact Figma MCP with validated batch ops through a local plugin bridge.
Prompt evals over MCP: run a prompt on your dataset, score each output 1-5 with an LLM judge.
JSON Schema validation MCP.
Fan a goal out to cheap parallel LLM workers on your own key or a free local Ollama. Keep your mind.
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
Document tooling for AI agents: PDF/text reading, chunking, schema-validated JSON output.
Fail-closed MCP adapter for untrusted model output over a local Tkach runtime.
Answers built from our own checks of this server.