MCP ExplorerExplorer

Mcp Server Ollama

@vincentf305on 10 months ago
1 MIT
FreeCommunity
AI Systems
MCP server for connecting Claude Desktop to Ollama LLM server

Overview

What is Mcp Server Ollama

mcp-server-ollama is a Model Control Protocol server designed to facilitate communication between Claude Desktop and the Ollama LLM server.

Use cases

Use cases include enhancing AI chatbots, developing intelligent virtual assistants, and integrating language models into software applications for improved user interaction.

How to use

To use mcp-server-ollama, clone the repository, configure the environment variables in the .env file, install the required dependencies using pip, and edit the claude_desktop_config.json file to include the path to the MCP server.

Key features

Key features include seamless integration with Claude Desktop, easy setup process, and the ability to communicate with the Ollama LLM server through a standardized protocol.

Where to use

mcp-server-ollama can be used in various fields such as natural language processing, AI development, and any application requiring interaction with large language models.

Content

MCP Server for Ollama

A Model Control Protocol server that allows Claude Desktop to communicate with Ollama LLM server.

Setup

  1. Clone the repository
  2. Copy .env.example to .env and configure as needed
  3. Install dependencies: pip install -r requirements.txt

Using with Claude Desktop

Edit the claude_desktop_config.json file with the following content, change path-to-mcp-server to the path of this repo:

{
  "mcpServers": {
    "ollama-server": {
      "command": "python",
      "args": [
        "-m",
        "src.mcp_server.server"
      ],
      "env": {
        "PYTHONPATH": "path-to-mcp-server"
      }
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers