Extend the Ollama API with dynamic AI tool integration from multiple MCP (Model Context Protocol) servers. Fully compatible, transparent, and developer-friendly, ideal for building powerful local LLM applications, AI agents, and custom chatbots
{
"mcpServers": {
"ollama-bridge": {
"command": "uvx",
"args": [
"ollama-mcp-bridge"
]
}
}
}