Ollama MCP Server

push

Push a model to a registry

Input Schema

NameRequiredDescriptionDefault
nameYesName of the model to push

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Name of the model to push", "type": "string" } }, "required": [ "name" ], "type": "object" }