PY

ollama-mcp-client

by anjor/ollama-mcp-client

0 views

No description available

pythonapiintegrationAPI Integration

MCP client using Ollama

This is a simple MCP client that uses the Ollama API to get the latest MCP data.

It follows the MCP Client docs, but swaps out the Claude specific code for Ollama.

Only supports stdio transport for now.

Usage

Install the package in development mode:

pip install -e .
uv run examples/ollama_example.py /path/to/server.py

Install

{
  "mcpServers": {
    "ollama-mcp-client": {
      "command": "uv",
      "args": [
        "run",
        "examples/ollama_example.py",
        "/path/to/server.py"
      ]
    }
  }
}
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories