mcp-server-ollama

MCP server for connecting Claude Desktop to Ollama LLM server

GitHubスター

3

ユーザー評価

未評価

フォーク

2

イシュー

0

閲覧数

1

お気に入り

0

README
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"
      }
    }
  }
}
作者情報

0

フォロワー

4

リポジトリ

0

Gist

15

貢献数

トップ貢献者

スレッド