Back to search
30
MCP

ollama-mcp-bridge

patruff/ollama-mcp-bridge

Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

llms-bridge-mcp
MCP server to bridge LLM calls via Model Context Protocol
0 tools
mcp-client-for-ollama
MCP Client for Ollama - A client for connecting to Model Context Protocol servers using Ollama
0 tools
ask-ollama-mcp
MCP server for local Ollama LLM integration - for Claude IDE and other IDEs
0 tools
llm_bridge_mcp
A simple MCP server that provides a unified interface to various LLM providers using Pydantic AI
0 tools
iflow-mcp_mcp-ollama
MCP server for Ollama integration
0 tools
@muhammadmehdi/ollama-mcp-server
Universal MCP server for Ollama - Works with ANY IDE or application that supports Model Context Protocol (MCP). Compatible with Cursor IDE,
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ollama-mcp-bridge": {
      "url": "None",
      "transport": "http"
    }
  }
}