jaspertvdm/mcp-server-ollama-bridge
Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.
Quick Start
Clone the repository:
git clone https://github.com/jaspertvdm/mcp-server-ollama-bridgeClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-ollama-bridge": {
"command": "npx",
"args": [
"-y",
"jaspertvdm/mcp-server-ollama-bridge"
]
}
}
}Check the repository README for specific installation and configuration instructions.