mcp-server-ollama-bridge
Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.
mcp-server-ollama-bridge
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
- Jasper van de Meent (@jaspertvdm)
- Root AI (Claude) - [email protected]
License
MIT
One Love, One fAmIly!
Official Distribution
This package is officially distributed via:
- PyPI: https://pypi.org/project/mcp-server-ollama-bridge/
- GitHub: https://github.com/jaspertvdm/mcp-server-ollama-bridge
Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.
Servidores relacionados
Weather MCP
An API for AI models to fetch weather data.
WoWok
A server for the WoWok platform, designed for co-creation, transactions, and empowering potential.
Stockfish
Enables AI to communicate with the Stockfish chess engine.
Airthings Consumer
Monitor air quality with Airthings devices.
Limitless MCP
MCP server for Limitless Exchange prediction markets on Base. 34 tools for market access, limit order trading, wallet management, and position tracking.
cerngitlab-mcp
CERN GitLab MCP Server
Volume Wall Detector
Provides real-time stock trading volume analysis, detects significant price levels (volume walls), and tracks trading imbalances.
MCP Trakt
Access real-time entertainment data and personal viewing history from the Trakt.tv API.
Healthcare RAG
A healthcare-focused RAG server using Groq API and Chroma for information retrieval from patient records.
HomeMCPBridge
Native macOS HomeKit integration for AI assistants via Model Context Protocol