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.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sse-server": {
"url": "http://localhost:8000/sse",
"type": "sse",
"headers": {
"Authorization": "Bearer your-token-here"
},
"disabled": false
},
"http-server": {
"url": "http://localhost:8000/mcp",
"type": "streamable_http",
"headers": {
"X-API-Key": "your-api-key-here"
},
"disabled": false
},
"stdio-server": {
"env": {
"ENV_VAR1": "value1",
"ENV_VAR2": "value2"
},
"args": [
"arg1",
"arg2",
"..."
],
"command": "command-to-run",
"disabled": false
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Client for Ollama (ollmcp) is a modern, interactive terminal application (TUI) for connecting local Ollama LLMs to one or more Model Context Protocol (MCP) servers, enabling advanced tool use and workflow automation. With a rich, user-friendly interface, it lets you manage tools, models, and server connections in real time—no coding required. Whether you're building, testing, or just exploring LLM tool use, this client streamlines your workflow with features like fuzzy autocomplete, advanced
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'ollmcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ollmcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / developer-tools
Persistent memory using a knowledge graph
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Client For Ollama and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.