Integrates with Ollama to run local large language models. Requires a running Ollama instance.
A Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP clients.
ollama pull llama2
)Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS, %APPDATA%\Claude\claude_desktop_config.json
on Windows):
{
"mcpServers": {
"ollama": {
"command": "uvx",
"args": [
"mcp-ollama"
]
}
}
}
Install in development mode:
git clone https://github.com/yourusername/mcp-ollama.git
cd mcp-ollama
uv sync
Test with MCP Inspector:
mcp dev src/mcp_ollama/server.py
The server provides four main tools:
list_models
- List all downloaded Ollama modelsshow_model
- Get detailed information about a specific modelask_model
- Ask a question to a specified modelMIT
Single tool to control all 100+ API integrations, and UI components
A Python server providing Retrieval-Augmented Generation (RAG) functionality. It indexes various document formats and requires a PostgreSQL database with pgvector.
Set up MCP servers in Claude Desktop
MCP server for TeamCity, integrates with Claude Desktop and Cursor.
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
Turns any command-line interface (CLI) command into a simple StdIO-based MCP server.
Perform virtual try-ons using the HeyBeauty API.
Control CAD software with natural language instructions to perform drawing operations.
Control Android devices using the Android Debug Bridge (ADB).
MCP Server for automated reverse engineering with IDA Pro.