Content
# MCP client using Ollama
This is a simple [MCP](https://modelcontextprotocol.io) client that uses the Ollama API to get the latest MCP data.
It follows the [MCP Client](https://modelcontextprotocol.io/tutorials/building-a-client) docs, but swaps out the
Claude specific code for Ollama.
Only supports stdio transport for now.
## Usage
Install the package in development mode:
```bash
pip install -e .
```
```python
uv run examples/ollama_example.py /path/to/server.py
```
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors