Connects MCP clients to a local Ollama instance, with streaming support for its available models.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Ollama Bridge.
The jaspertvdm/mcp-server-ollama-bridge MCP server exposes a local Ollama installation to MCP clients. It is intended for running models hosted by Ollama through an MCP-compatible application rather than connecting directly to a remote model provider.
The bridge supports Ollama models generally, including the Llama, Mistral, and Qwen model families mentioned in the project description. The README also lists streaming responses as a supported feature, so clients can receive generated output incrementally when the Ollama server provides it.
The MCP server acts as the connection layer between an MCP client and the Ollama HTTP service. By default, it looks for Ollama at http://localhost:11434. The target can be changed with the OLLAMA_HOST environment variable, which accepts the URL of the Ollama server.
For a local setup, the bridge process runs alongside the MCP client while Ollama runs on the host machine. The README shows Claude Desktop launching the mcp-server-ollama-bridge executable and passing OLLAMA_HOST in the process environment. Docker is also supported through the repository's Docker image, with the container configured to reach a host Ollama instance.
Install the package from PyPI with:
After installation, configure the MCP client to start mcp-server-ollama-bridge. Set OLLAMA_HOST to the Ollama URL, or omit it to use the default http://localhost:11434.
A Docker-based setup can build the repository image and run it interactively. The documented Docker example sets OLLAMA_HOST to http://host.docker.internal:11434, which is intended to let the container connect to Ollama on the host system.
The jaspertvdm/mcp-server-ollama-bridge MCP server provides these documented capabilities:
OLLAMA_HOST.The provided material does not list individual MCP tool names, parameters, or model-management operations. It should therefore be evaluated as an Ollama access bridge rather than assumed to provide administrative controls for downloading, deleting, or inspecting models.
The bridge depends on a separately running Ollama server. Installing the MCP package alone does not provide a model runtime or model files. The default endpoint assumes Ollama is available locally, while Docker deployments need network configuration that allows the container to reach the host service.
No API key or other credential is documented for this local connection. The README identifies Claude Desktop as a client configuration example; compatibility with other MCP clients is not specified in the provided material. The project is released under the MIT license.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jaspertvdm-mcp-server-ollama-bridge)<a href="https://allmcps.com/mcp/jaspertvdm-mcp-server-ollama-bridge"><img src="https://allmcps.com/api/badge/jaspertvdm-mcp-server-ollama-bridge?style=directory" alt="MCP Server Ollama Bridge on AllMCPs" /></a>