Skip to main content
Glama
PieterVDMerwe

Ollama MCP Wrapper

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_local_modelsA

List all local models currently downloaded in the Ollama instance.

run_model_completionC

Run text generation completion on a specific local model.

generate_with_toolsB

Execute chat generation with a list of tools exposed to the model.

list_running_modelsA

List all models currently loaded and running in memory (RAM/VRAM).

stop_modelB

Stop and unload a specific model from memory (RAM/VRAM).

Prompts

Interactive templates invoked by user choice

NameDescription
agent_bootstrapSystem prompt blueprint for setting up an autonomous reasoning agent.
code_assistantConfigure Ollama model specifically for robust programming assistance.

Resources

Contextual data attached and managed by the client

NameDescription
get_active_model_status Get the status of the currently loaded active model.

Latest Blog Posts

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/PieterVDMerwe/ollama-wrapper-mcp'

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