Back to Home
jonigl icon

mcp-client-for-ollama

Verified Safe

by jonigl

Overview

An interactive terminal client for connecting local Ollama LLMs to Model Context Protocol (MCP) servers, enabling advanced tool use and workflow automation for local LLMs.

Installation

Run Command
ollmcp

Security Notes

The client allows executing external MCP server scripts (Python or JavaScript) and connecting to arbitrary HTTP/SSE server URLs. While the client's own code appears robust, the core functionality involves launching external processes (`subprocess.run` in dev scripts, `os.system` for console clearing is benign) or connecting to user-defined network endpoints. The primary security risk stems from configuring or connecting to untrusted MCP servers or server configurations, as these can execute arbitrary commands or interact with external services. The Human-in-the-Loop (HIL) feature provides a crucial mitigation by allowing users to review and approve tool executions before they run, but this does not cover the initial launch of potentially malicious server scripts.

Similar Servers

Stats

Interest Score93
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars489
Forks70
Last Update2026-01-18

Tags

PythonOllamaLLMToolsTUIMCP