Connect Your AI Agent with Ollama for Slack

Integrate Ollama MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Ollama
Ollama
Get up and running with large language models.

Categories

Artificial Intelligence (AI)

Available Tools

Tools that your AI agent can use through this MCP server to interact with Ollama

Show Model Information

Show information about a model including details, modelfile, template, parameters, license, and system prompt. See the documentation.

Push Model to Library

Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. See the documentation.

Pull Model

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 Local Models

List models that are available locally. See the documentation.

Generate Embeddings

Generate embeddings from a model. See the documentation.

Generate Completion

Generates a response for a given prompt with a provided model. See the documentation.

Generate Chat Completion

Generates the next message in a chat with a provided model. See the documentation.

Delete Model

Delete a model and its data. See the documentation

Create Model

Create a model from a modelfile. See the documentation.

Copy Model

Copies a model, creating a model with another name from an existing model. See the documentation.