Back to Home
jonigl icon

mcp-client-for-ollama

Verified Safe

by jonigl

Overview

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

Installation

Run Command
ollmcp

Security Notes

The client allows executing local scripts (Python or JavaScript) and arbitrary commands specified in configuration files (via `stdio_client`) for MCP server connections. This feature, while essential for local tool integration, means that configuring the client with untrusted MCP server paths or malicious `servers.json` files could lead to arbitrary code execution (RCE) on the user's machine. Network connections to remote MCP servers are initiated by the client based on user configuration. No direct `eval()` on user input was identified. Update checks use `urllib.request.urlopen` which is standard.

Similar Servers

Stats

Interest Score92
Security Score7
Cost ClassLow
Avg Tokens750
Stars396
Forks63
Last Update2025-11-24

Tags

PythonOllamaLLMToolsMCP Client