Metadata-Version: 2.4
Name: ollmcp
Version: 0.22.0
Summary: CLI for MCP Client for Ollama - An easy-to-use command for interacting with Ollama through MCP
Author: Jonathan Löwenstern
License-Expression: MIT
Project-URL: Homepage, https://github.com/jonigl/mcp-client-for-ollama
Project-URL: Issues, https://github.com/jonigl/mcp-client-for-ollama/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp-client-for-ollama==0.22.0

<p align="center">

  <img src="https://github.com/jonigl/mcp-client-for-ollama/blob/main/misc/ollmcp-logo-512.png?raw=true" width="256" />
</p>
<p align="center">
<i>A simple yet powerful Python client for interacting with Model Context Protocol (MCP) servers using Ollama, allowing local LLMs to use tools.</i>
</p>

---
# ollmcp

`ollmcp` is a command-line interface for connecting to MCP servers using Ollama.

![ollmpc usage demo gif](https://raw.githubusercontent.com/jonigl/mcp-client-for-ollama/v0.2.5/misc/ollmcp-demo.gif)

## Installation

```
pip install ollmcp
```

## Usage

```
ollmcp [options]
```

## Description

This is a lightweight package that provides the `ollmcp` command-line interface. It's a convenience wrapper around the main [`mcp-client-for-ollama`](https://github.com/jonigl/mcp-client-for-ollama) package.

The actual implementation is contained in the main package. This package simply provides a more convenient and shorter name for installing the CLI tool.

## License

MIT
