jaspertvdm/mcp-server-ollama-bridge
🔌 MCP Serverjaspertvdm
Bridge Ollama local LLMs to MCP for AI tool integration.
mcp-server-ollama-bridge is a lightweight server that acts as a bridge between Ollama, a local LLM runner, and the Model Context Protocol (MCP). It exposes Ollama's model inference capabilities as MCP tools, allowing any MCP-compatible client (e.g., IDEs, chat interfaces) to invoke local models without external API calls. Key features include support for multiple Ollama models, configurable parameters (temperature, top-p, etc.), and easy setup. It runs as a standalone server and can be integrated into development workflows for privacy, offline use, or reduced latency.
💡Highlights
- ├─Connects Ollama to MCP
- ├─Supports Llama, Mistral, Qwen
- └─Local inference, zero API costs
🎯For
- ├─Ollama users
- ├─MCP developers
- └─Privacy-conscious AI practitioners