MCP Server - Bridge to local Ollama LLM server. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to local Ollama LLM - Support for all Ollama models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - PyPI:
Add this skill
npx mdskills install jaspertvdm/mcp-server-ollama-bridgeClear setup for bridging MCP to Ollama but lacks tool descriptions and implementation details
1# mcp-server-ollama-bridge23[](https://pypi.org/project/mcp-server-ollama-bridge/)45MCP Server - Bridge to local Ollama LLM server.67Part of the [HumoticaOS](https://humotica.com) / [SymbAIon](https://symbaion.eu) ecosystem.89## Installation1011```bash12pip install mcp-server-ollama-bridge13```1415## Usage1617### With Claude Desktop1819Add to your `claude_desktop_config.json`:2021```json22{23 "mcpServers": {24 "ollama": {25 "command": "mcp-server-ollama-bridge",26 "env": {27 "OLLAMA_HOST": "http://localhost:11434"28 }29 }30 }31}32```3334### With Docker3536```bash37docker build -t mcp-server-ollama-bridge .38docker run -i -e OLLAMA_HOST=http://host.docker.internal:11434 mcp-server-ollama-bridge39```4041## Environment Variables4243| Variable | Default | Description |44|----------|---------|-------------|45| `OLLAMA_HOST` | `http://localhost:11434` | Ollama server URL |4647## Features4849- Connect MCP clients to local Ollama LLM50- Support for all Ollama models51- Streaming responses52- Simple configuration5354## Authors5556- Jasper van de Meent ([@jaspertvdm](https://github.com/jaspertvdm))57- Root AI (Claude) - root_ai@humotica.nl5859## License6061MIT6263---6465**One Love, One fAmIly!**6667## Official Distribution6869This package is officially distributed via:70- **PyPI**: https://pypi.org/project/mcp-server-ollama-bridge/71- **GitHub**: https://github.com/jaspertvdm/mcp-server-ollama-bridge7273> **Note**: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.74
Full transparency — inspect the skill content before installing.