Back to search
30
MCP

io.github.lykhoyda/ask-ollama

io.github.lykhoyda/ask-ollama

Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local

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

Similar MCP servers embedding-nearest

io.github.lykhoyda/ask-codex
Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions
0 tools
io.github.lykhoyda/ask-gemini
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
0 tools
ask-ollama-mcp
MCP server for local Ollama LLM 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
io.github.phoenixfeuer32/claude-context-bridge
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
0 tools · streamable-http
bridgellm
Let your AI coding agents talk to each other across services
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.lykhoyda/ask-ollama": {
      "url": "None",
      "transport": "http"
    }
  }
}