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
A Python REPL with persistent sessions and automatic dependency management using uv.
Access WordPress development rules and best practices from the WordPress LLM Rules repository. It dynamically creates tools for each rule and caches content using Cloudflare Durable Objects.
A framework for AI-powered command execution and a plugin-based tool system. It can be run as a standalone service or embedded in other projects to expose a consistent API for invoking tools and managing tasks.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
Provides remote machine control capabilities, eliminating SSH overhead for token-efficient system operations.
An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.
Create secure tunnels to expose local servers to the internet using untun.
Integrates with the Neo N3 blockchain for wallet management, asset transfers, contract interactions, and blockchain queries.
Query and analyze your Opik logs, traces, prompts and all other telemtry data from your LLMs in natural language.
Fetches API information from Feishu OpenAPI for seamless integration and management within an IDE.