Tools that your AI agent can use through this MCP server to interact with Ollama
Show information about a model including details, modelfile, template, parameters, license, and system prompt. See the documentation.
Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. See the documentation.
Download a model from the ollama library. Cancelled pulls are resumed from where they left off, and multiple calls will share the same download progress. See the documentation.
List models that are available locally. See the documentation.
Generate embeddings from a model. See the documentation.
Generates a response for a given prompt with a provided model. See the documentation.
Generates the next message in a chat with a provided model. See the documentation.
Delete a model and its data. See the documentation
Create a model from a modelfile. See the documentation.
Copies a model, creating a model with another name from an existing model. See the documentation.