Ollama MCP Server

by NightTrek

run

Execute AI models locally by specifying a model name and prompt through the Ollama MCP Server, enabling efficient integration into MCP-powered applications.

Instructions

Run a model

Input Schema

NameRequiredDescriptionDefault
nameYesName of the model
promptYesPrompt to send to the model
timeoutNoTimeout in milliseconds (default: 60000)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Name of the model", "type": "string" }, "prompt": { "description": "Prompt to send to the model", "type": "string" }, "timeout": { "description": "Timeout in milliseconds (default: 60000)", "minimum": 1000, "type": "number" } }, "required": [ "name", "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from Ollama MCP Server

Related Tools

  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
ID: sxt5su901q