Ollama
Integrates with Ollama to run local large language models. Requires a running Ollama instance.
MCP Ollama
A Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP clients.
Requirements
- Python 3.10 or higher
- Ollama installed and running (https://ollama.com/download)
- At least one model pulled with Ollama (e.g.,
ollama pull llama2)
Configure Claude Desktop
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"
]
}
}
}
Development
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
Features
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 model
License
MIT
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
UIAutomator2 MCP Server
Automate and control Android devices using the UIAutomator2 framework.
TradingCyborg MCP Server
A professional trading server with over 26 tools for Bybit API integration.
Code Knowledge Tool
A knowledge management tool for code repositories using vector embeddings, powered by a local Ollama service.
Railagent
Provides structured workflows and tools for AI agents working with software development projects, with a specialized focus on Rails applications.
ctx
Automatically builds and serves context files from codebases for AI assistants like Claude.
MCP Invoice Express
An MCP server for integrating with the InvoiceExpress API.
PI API MCP Server
An MCP server for interacting with the PI Dashboard API.
React Native Debugger MCP
Connects to the React Native application debugger to retrieve console logs from Metro.
Headless IDA MCP Server
Analyze binary files and manage functions and variables using IDA Pro's headless mode.
WSL Exec
Execute commands securely in Windows Subsystem for Linux (WSL).