Back to search
30
MCP

ask-ollama-mcp

npm/ask-ollama-mcp

MCP server for local Ollama LLM integration - for Claude IDE and other IDEs

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

iflow-mcp_mcp-ollama
MCP server for Ollama integration
0 tools
@muhammadmehdi/ollama-mcp-server
Universal MCP server for Ollama - Works with ANY IDE or application that supports Model Context Protocol (MCP). Compatible with Cursor IDE,
0 tools
mcp-client-for-ollama
MCP Client for Ollama - A client for connecting to Model Context Protocol servers using Ollama
0 tools
ask-gemini-mcp
MCP server for Gemini CLI integration - for Claude IDE and other IDEs
0 tools
ask-codex-mcp
MCP server for OpenAI Codex CLI integration - for Claude IDE and other IDEs
0 tools
ollama-mcp-bridge
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ask-ollama-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}