ollama-mcp-bridge
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
GitHub Stars
920
User Rating
Not Rated
Favorites
0
Views
26
Forks
105
Issues
17
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Ollama: Latest version
Installation Steps
1. Install Ollama and required model
bash
ollama pull qwen2.5-coder:7b-instruct
2. Install MCP servers
bash
npm install -g @modelcontextprotocol/server-filesystem
npm install -g @modelcontextprotocol/server-brave-search
npm install -g @modelcontextprotocol/server-github
npm install -g @modelcontextprotocol/server-memory
npm install -g @patruff/server-flux
npm install -g @patruff/server-gmail-drive
3. Configure credentials
Set
BRAVE_API_KEY for Brave SearchSet
GITHUB_PERSONAL_ACCESS_TOKEN for GitHubSet
REPLICATE_API_TOKEN for FluxRun Gmail/Drive MCP auth:
node path/to/gmail-drive/index.js authFor example:
node C:\Users\patru\AppData\Roaming\npm\node_modules\@patruff\server-gmail-drive\dist\index.js authTroubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Ollama does not recognize the model Solution: Verify that the model name is correct.Additional Resources
Related MCPs
LibreChat
31668
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active.