jaspertvdm/mcp-server-ollama-bridge
🐍 🏠 - Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: jaspertvdm/mcp-server-ollama-bridge Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-jaspertvdm-mcp-server-ollama-bridge
Detailed Documentation
🐍 🏠 - Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP.
Configuration
{
"mcpServers": {
"jaspertvdm-mcp-server-ollama-bridge": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jaspertvdm-mcp-server-ollama-bridge"
],
"env": {}
}
}
}