MCP Ollama Link

query-ollama

Query the Ollama model with performance tracking

Input Schema

NameRequiredDescriptionDefault
contextYesAdditional context or background information for the query
modelYesThe Ollama model to use for the querydeepseek-r1:8b
queryYesThe question or prompt to send to the model

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context or background information for the query", "type": "string" }, "model": { "default": "deepseek-r1:8b", "description": "The Ollama model to use for the query", "type": "string" }, "query": { "description": "The question or prompt to send to the model", "type": "string" } }, "required": [ "query", "context", "model" ], "type": "object" }

You must be authenticated.

Other Tools