Ollama
Serve a local model with Ollama and connect it to Cua Driver through an agent harness.
Ollama serves local models. It does not replace the agent harness or connect to Cua Driver by itself. Use an Ollama-supported harness for the agent loop, then register Cua Driver in that harness.
For Muse Glimmer on Apple Silicon, the tested stack is:
Muse Glimmer in Ollama → Claude Code → filtered Cua Driver MCP → desktopFollow Run a local model with Cua Driver for the exact model, context, and Claude Code launch command.
Local computer use consumes context quickly. Start with a model that supports images and tool calling, expose only the Cua Driver tools the task needs, and use a context window of at least 64K. The tested guide uses 128K.
Upstream: Ollama's Claude Code integration and tool-calling documentation.