emgeee/mcp-ollama
If you are the rightful owner of mcp-ollama and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP clients.
Tools
Functions exposed to the LLM to take actions
list_models
List all downloaded Ollama models
show_model
Get detailed information about a specific model
Args: name: Name of the model to show information about
ask_model
Ask a question to a specific Ollama model
Args: model: Name of the model to use (e.g., 'llama2') question: The question to ask the model
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client