Skip to main content
Glama

Ollama MCP Server

by NightTrek

pull

Retrieve a specific AI model from a registry for local use with Ollama’s MCP Server, enabling integration into applications for managing and running models locally.

Instructions

Pull a model from a registry

Input Schema

NameRequiredDescriptionDefault
nameYesName of the model to pull

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Name of the model to pull", "type": "string" } }, "required": [ "name" ], "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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NightTrek/Ollama-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server