MCP Directory
Back

ollama-mcp-bridge

by jonigl · Python · ★ 95

Extend the Ollama API with dynamic AI tool integration from multiple MCP (Model Context Protocol) servers. Fully compatible, transparent, and developer-friendly, ideal for building powerful local LLM applications, AI agents, and custom chatbots

#ai#ai-agents#api#bridge#fastapi#local-ai#local-llm#mcp#mcp-client#mcp-server#model-context-protocol#ollama#ollama-api#proxy#tools

Install

pip install git+https://github.com/jonigl/ollama-mcp-bridge.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ollama-mcp-bridge": {
      "command": "uvx",
      "args": [
        "git+https://github.com/jonigl/ollama-mcp-bridge.git"
      ]
    }
  }
}

From the README

Provides an API layer in front of the Ollama API, seamlessly adding tools from multiple MCP servers so every Ollama request can access all connected tools transparently. [](https://pypi.org/project/ollama-mcp-bridge/) [](https://github.com/jonigl/ollama-mcp-bridge/actions/workflows/ci.yml) [](https://github.com/jonigl/ollama-mcp-bridge/actions/workflows/test-publish.yml) [](https://github.com/jonigl/ollama-mcp-bridge/actions/workflows/publish.yml) [](https://www.python.org/downloads/) - [Features](#features) - [Requirements](#requirements) - [Installation](#installation) - [Quick Start](#q…
Read full README on GitHub →

Related ai & ml servers