MCP Client for Ollama (ollmcp)
@jonigl
关于 MCP Client for Ollama (ollmcp)
Harness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-client-for-ollama": {
"command": "uv",
"args": [
"tool",
"install",
"--upgrade",
"ollmcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Client for Ollama (ollmcp)?
MCP Client for Ollama (ollmcp) is a Python terminal application that connects local Ollama LLMs to one or more Model Context Protocol (MCP) servers. It supports core MCP primitives—tools, prompts, and resources—and is designed for developers building, testing, or exploring MCP-powered workflows with local AI models.
How to use MCP Client for Ollama (ollmcp)?
Install the package via uv tool install --upgrade ollmcp or pip install --upgrade ollmcp. Add an MCP server with ollmcp mcp add <name> -- <command>, then launch the client by running ollmcp. Use /help inside the interactive session for available commands.
Key features of MCP Client for Ollama (ollmcp)
- Agent Mode with iterative tool execution and configurable loop limits
- Multi-Server Support and multiple transport types (STDIO, SSE, Streamable HTTP)
- Human-in-the-Loop (HIL) tool execution for safety
- Rich terminal interface with streaming responses and fuzzy autocomplete
- Dynamic model switching and advanced model parameter configuration
- Server hot-reloading and conversation history management
- Support for Ollama (default) and OpenAI-compatible LLM providers
Use cases of MCP Client for Ollama (ollmcp)
- Connect local Ollama models to existing MCP tool servers for automated tasks
- Prototype and debug MCP servers during development with hot-reloading
- Run multi-step agent workflows with strict human approval on tool calls
- Experiment with different LLM providers and model parameters in a single session
FAQ from MCP Client for Ollama (ollmcp)
What are the runtime requirements?
Python 3.11 or newer, Ollama running locally, and the UV package manager (recommended). pip installation is also supported.
How do I fix a "Could not find a version that satisfies the requirement ollmcp" error?
This usually means your Python version is older than 3.11. Use uv tool install --upgrade ollmcp (uv auto-selects a compatible Python) or install with a Python 3.11+ interpreter.
Can I use cloud-hosted models instead of a local Ollama instance?
Yes. Ollama Cloud is supported, and you can also use OpenAI-compatible providers such as OpenAI, OpenRouter, and DeepSeek.
What types of MCP servers does ollmcp connect to?
It supports STDIO, SSE, and Streamable HTTP transport types. It can connect to multiple servers simultaneously and automatically discovers existing Claude MCP configurations.
How does tool safety work?
Human-in-the-Loop (HIL) mode lets you review and approve tool executions before they run. You can also enable/disable specific tools or entire servers during a chat session.
AI 与智能体 分类下的更多 MCP 服务器
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
评论