by patruff · MCP Server · ★ 970
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP-LLM Bridge A TypeScript implementation that connects local LLMs (via Ollama) to Model Context Protocol (MCP) servers. This bridge allows open-source models to use the same tools and capabilities as Claude, enabling powerful local AI assistants. Overview This project bridges local Large Language Models with MCP servers that provide various capabilities like: Filesystem operations Brave web search GitHub interactions Google Drive & Gmail integration Memory/storage Image generation with Flux The bridge translates between the LLM's outputs and the MCP's JSON-RPC protocol, allowing any Ollama-compatible model to use these tools just like Claude does. Current Setup LLM: Using Qwen 2.5 7B (qwen2.5-coder:7b-instruct) through Ollama MCPs: Filesystem operations () Brave Search () GitHub () Memory () Flux image generation () Gmail & Drive () Architecture Bridge: Core component that manages tool registration and execution LLM Client: Handles Ollama interactions and formats tool calls MCP Client: Manages MCP server connections and JSON-RPC communication Tool Router: Routes requests to appropriate MCP based on tool type Key Features Multi-MCP support with dynamic tool routing Struct
| Stars | 970 |
| Forks | 113 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 75.3674382733359/100 |
| Open Issues | 18 |
| Last Updated | 2025-04-20 |
| Created | 2024-12-12 |
| Platforms | mcp, node |
| Est. Tokens | ~1304k |
These tools work well together with ollama-mcp-bridge for enhanced workflows:
Explore other popular mcp server tools:
ollama-mcp-bridge is Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools. It is categorized as a MCP Server with 970 GitHub stars.
ollama-mcp-bridge is primarily written in TypeScript.
You can find installation instructions and usage details in the ollama-mcp-bridge GitHub repository at github.com/patruff/ollama-mcp-bridge. The project has 970 stars and 113 forks, indicating an active community.
ollama-mcp-bridge is released under the MIT license, making it free to use and modify according to the license terms.