Command Palette

Search for a command to run...

UnylyUnyly
Browse all

jaspertvdm/mcp-server-ollama-bridge

FreeNot checked

Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.

GitHubEmbed

About

Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.

README

PyPI

MCP Server - Bridge to local Ollama LLM server.

Part of the HumoticaOS / SymbAIon ecosystem.

Installation

pip install mcp-server-ollama-bridge

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "ollama": {
      "command": "mcp-server-ollama-bridge",
      "env": {
        "OLLAMA_HOST": "http://localhost:11434"
      }
    }
  }
}

With Docker

docker build -t mcp-server-ollama-bridge .
docker run -i -e OLLAMA_HOST=http://host.docker.internal:11434 mcp-server-ollama-bridge

Environment Variables

Variable Default Description
OLLAMA_HOST http://localhost:11434 Ollama server URL

Features

  • Connect MCP clients to local Ollama LLM
  • Support for all Ollama models
  • Streaming responses
  • Simple configuration

Authors

License

MIT


One Love, One fAmIly!

Official Distribution

This package is officially distributed via:

Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.

Available on CodeGuilds

from github.com/jaspertvdm/mcp-server-ollama-bridge

Installing jaspertvdm/mcp-server-ollama-bridge

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jaspertvdm/mcp-server-ollama-bridge

FAQ

Is jaspertvdm/mcp-server-ollama-bridge MCP free?

Yes, jaspertvdm/mcp-server-ollama-bridge MCP is free — one-click install via Unyly at no cost.

Does jaspertvdm/mcp-server-ollama-bridge need an API key?

No, jaspertvdm/mcp-server-ollama-bridge runs without API keys or environment variables.

Is jaspertvdm/mcp-server-ollama-bridge hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install jaspertvdm/mcp-server-ollama-bridge in Claude Desktop, Claude Code or Cursor?

Open jaspertvdm/mcp-server-ollama-bridge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare jaspertvdm/mcp-server-ollama-bridge with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs