Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ollama-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"patruff/ollama-mcp-bridge"
]
}
}
}
Run in terminal:
claude mcp add ollama-mcp-bridge npx -y patruff/ollama-mcp-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"ollama-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"patruff/ollama-mcp-bridge"
]
}
}
}