Integration
Ollama
Run open-source local models against your camera feed via OpenClaw.
Before you start: make sure your EOT-1 is set up and on your network. You can verify it’s reachable by visiting
http://eyeofthetiger.local/docs in a browser.Ollama lets you run open-source models locally. OpenClaw provides the local gateway that connects those models to your camera’s MCP server.
1. Install Ollama and choose a model
Go to ollama.com, install Ollama, then run the following in your terminal:
bash
ollama launch openclaw <model>2. Add the MCP server
Run the following in your terminal:
bash
openclaw mcp set eyeofthetiger '{"url":"http://eyeofthetiger.local/mcp/","transport":"streamable-http"}'Verify it was added by running in your terminal:
bash
openclaw mcp list3. Test it
Run the following in your terminal:
bash
openclaw gateway restartOpen the OpenClaw dashboard at http://localhost:18789/, start a new chat, and run:
Using eyeofthetiger mcp server, tell me what you see.