Skip to main content
Glama

Ollama MCP Server

by hyzhak

cp

Transfer or duplicate an AI model from one location to another on the Ollama MCP Server, ensuring efficient model management and resource utilization locally.

Instructions

Copy a model

Input Schema

NameRequiredDescriptionDefault
destinationYes
sourceYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destination": { "type": "string" }, "source": { "type": "string" } }, "required": [ "source", "destination" ], "type": "object" }
Install Server

Other Tools from Ollama MCP Server

Related Tools

  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @NightTrek/Ollama-mcp
  • @hyzhak/ollama-mcp-server

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/hyzhak/ollama-mcp-server'

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