[PR #11138] README: add mcp-client-for-ollama into terminal community integrations #39325

Open
opened 2026-04-22 23:59:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11138
Author: @jonigl
Created: 6/19/2025
Status: 🔄 Open

Base: mainHead: docs/add-mcp-client-for-ollama


📝 Commits (2)

  • 2910d1f README: add mcp-client-for-ollama into terminal community integrations
  • 03372ee Merge branch 'main' into docs/add-mcp-client-for-ollama

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

457129464-258eaba5-6530-4559-b3ce-70826178ff54

Adds mcp-client-for-ollama to the Community Integrations → Terminal list in README.md.

About mcp-client-for-ollama (ollmcp)

ollmcp-demo (10)

Python CLI/TUI that lets any local Ollama model call every tool on any Model Context Protocol (MCP) server.

  • 🌐 Multi-server support (STDIO / SSE / streamable HTTP)
  • 🎛️ Dynamic model switching & config persistence
  • 🎨 Rich rich-based interface with real-time streaming
  • 🧑‍💻 Human-in-the-Loop confirmations for tool calls
  • 🤔 Thinking Mode with visible chain-of-thought for models that support it (e.g. deepseek-r1, qwen3)
  • 🔄 Hot-reload of MCP servers during development
  • MIT-licensed and published on PyPI

GitHub Repo: https://github.com/jonigl/mcp-client-for-ollama
PyPI: https://pypi.org/project/mcp-client-for-ollama

Quick start

# one-liner install & run
pip install -U ollmcp && ollmcp
# or, if you use uv
uvx ollmcp

Demo 1

Demo 2


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/11138 **Author:** [@jonigl](https://github.com/jonigl) **Created:** 6/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-mcp-client-for-ollama` --- ### 📝 Commits (2) - [`2910d1f`](https://github.com/ollama/ollama/commit/2910d1ff6175e87f06115adf2a1a843fc864d2fa) README: add mcp-client-for-ollama into terminal community integrations - [`03372ee`](https://github.com/ollama/ollama/commit/03372ee067227062f61baee8bad120d404dc15a1) Merge branch 'main' into docs/add-mcp-client-for-ollama ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ![457129464-258eaba5-6530-4559-b3ce-70826178ff54](https://github.com/user-attachments/assets/35454f40-048a-4f2a-ad42-6d0c90623de4) Adds **mcp-client-for-ollama** to the *Community Integrations → Terminal* list in `README.md`. ## About `mcp-client-for-ollama` (`ollmcp`) ![ollmcp-demo (10)](https://github.com/user-attachments/assets/b48d368c-f010-47ae-a186-7e1297d57519) Python CLI/TUI that lets any local Ollama model call **every tool on any Model Context Protocol (MCP) server**. * 🌐 Multi-server support (STDIO / SSE / streamable HTTP) * 🎛️ Dynamic model switching & config persistence * 🎨 Rich `rich`-based interface with real-time streaming * 🧑‍💻 Human-in-the-Loop confirmations for tool calls * 🤔 Thinking Mode with visible chain-of-thought for models that support it (e.g. deepseek-r1, qwen3) * 🔄 Hot-reload of MCP servers during development * MIT-licensed and published on PyPI GitHub Repo: https://github.com/jonigl/mcp-client-for-ollama PyPI: https://pypi.org/project/mcp-client-for-ollama ### Quick start ```bash # one-liner install & run pip install -U ollmcp && ollmcp # or, if you use uv uvx ollmcp ``` ## Demo 1 <a href="https://asciinema.org/a/723801" target="_blank"><img src="https://github.com/user-attachments/assets/68fec311-4b92-45a5-9a1f-d7ae79474e72" /></a> ## Demo 2 <a href="https://asciinema.org/a/722730" target="_blank"><img src="https://github.com/user-attachments/assets/6b1862df-9503-45ac-95e3-56475ec2814a" /></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-22 23:59:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#39325