jaspertvdm/mcp-server-ollama-bridge
Overview
A bridge connecting MCP to local Ollama LLM servers, enabling use of models like Llama, Mistral, and Qwen through MCP.
Capabilities
- • github integration
- • mcp client integration
Best For
Python bridge for MCP to connect with local Ollama LLM servers, supporting models such as Llama, Mistral, and Qwen.
Decision Snapshot
Install
available
Usage
available
Config
1 strong hints
Capabilities
2 key capabilities detected
- • GitHub stars: 1
- • Forks: 1
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/16/2026
Installation / Setup
pip install mcp-server-ollama-bridge
Usage
{ && "mcpServers": { && "ollama": { && "command": "mcp-server-ollama-bridge",Features
- • Support for all Ollama models
- • Streaming responses
- • Simple configuration
- • github integration
- • mcp client integration
- • Capability signal: github integration
- • Capability signal: mcp client integration
Use Cases
- • Capability coverage: github integration; mcp client integration.
Supported Clients / Integrations
- • github integration
- • mcp client integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "ollama": { && "command": "mcp-server-ollama-bridge",
Notes / Requirements
- • Primary language: Python
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
jaspertvdm/mcp-server-gemini-bridge
A Python bridge connecting MCP to the Google Gemini API, enabling access to Gemini Pro and Flash models.
jaspertvdm/mcp-server-openai-bridge
A Python bridge connecting MCP to the OpenAI API, enabling access to models like GPT-4 and GPT-4o.
particlefuture/MCPDiscovery
A tool for automatic discovery and configuration of MCP servers on local machines.
Aganium/agenium
Aganium bridges MCP servers to the agent:// network, enabling DNS-like identity, discovery, and trust for AI agents. It makes tools discoverable and callable via agent:// URIs with mTLS, trust scores, and capability search.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.