mcp-client-for-ollamaMCP Server40/100 via “model parameter configuration and request formatting”
A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include agent mode, multi-server, model switching, streaming responses, tool management, human-in-the-loop, thinking mode, model params config, MCP prompts, custom system prompt and saved preferences. Bu
Unique: Implements a ModelManager that maintains model state across the session and provides client-side parameter validation with human-readable error messages, preventing invalid requests from reaching Ollama — most MCP clients pass parameters directly without validation.
vs others: Provides model parameter validation and switching without session loss unlike raw Ollama API clients which require manual request construction and don't maintain conversation context across model changes.