Back to MCP Servers
Server Ollama Bridge
Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.
aggregatorsllm
By jaspertvdm
Installation
npx -y mcp-server-ollama-bridgeConfiguration
{
"mcpServers": {
"mcp-server-ollama-bridge": {
"command": "npx",
"args": ["-y", "mcp-server-ollama-bridge"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes