Documentation
README
Add Ollama Integration
This skill adds a stdio-based MCP server that exposes local Ollama models as tools for the container agent. Claude remains the orchestrator but can offload work to local models served by the Ollama daemon on the host, and can optionally manage the model library directly. Ollama runs locally and is keyless — there are no credentials to thread; the only configuration is the daemon's base URL.
Core tools (always available):
ollama_list_models— list installed models with name, size, and family (GET /api/tags)ollama_generate— send a prompt to a specified model and return the response (POST /api/generate)
This is the opening of the README. Read the full README on GitHub.