Skip to content
Back to search
30
MCP

Ollama

pulsemcp/ollama

Integrates with Ollama for local large language model inference, enabling text generation and model management without relying on cloud APIs.

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

Similar MCP servers embedding-nearest

iflow-mcp_blender-open-mcp
Blender integration with local AI models via MCP and Ollama
0 tools
io.github.Lykhoyda/ask-ollama
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local
0 tools
io.github.lykhoyda/ask-ollama
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local
0 tools
deep-research
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
0 tools
Massive Context
Handles massive token contexts with intelligent chunking, sub-queries, and local Ollama inference.
0 tools
GroqCloud
Integrates with Groq's high-speed inference API for text completion, audio transcription, and vision analysis with automatic model selection
0 tools

How to use

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

{
  "mcpServers": {
    "ollama": {
      "url": "None",
      "transport": "http"
    }
  }
}