Skip to main content
Glama

Ollama MCP Server

by hyzhak

create

Generate a custom AI model by using a base model, enabling tailored solutions for specific applications. Integrate with Ollama MCP Server for local management and enhanced privacy.

Instructions

Create a model from a base model (remote only, no Modelfile support)

Input Schema

NameRequiredDescriptionDefault
fromYes
nameYes

Input Schema (JSON Schema)

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

Other Tools from Ollama MCP Server

Related Tools

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