ollama-mcp-bridge

jonigl/ollama-mcp-bridge
★ 67 stars Python 🤖 AI/LLM Updated 1mo ago
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
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ollama-mcp-bridge": {
      "command": "uvx",
      "args": [
        "ollama-mcp-bridge"
      ]
    }
  }
}

Or install with pip: pip install ollama-mcp-bridge

Topics

aiai-agentsapibridgefastapilocal-ailocal-llmmcpmcp-clientmcp-servermodel-context-protocolollamaollama-apiproxytools