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. Built for developers working with local LLMs.
{
"mcpServers": {
"mcp-client-for-ollama": {
"command": "uvx",
"args": [
"mcp-client-for-ollama"
]
}
}
}