
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
ask-ollama-mcp
Advanced tools
MCP server for local Ollama LLM integration - for Claude IDE and other IDEs
An MCP server for AI-to-AI collaboration via local Ollama models. Works with Claude Code, Claude Desktop, Cursor, Warp, Copilot, and 40+ other MCP clients. Run code reviews and analysis entirely locally — no data leaves your machine, no API keys needed, zero cost.
Part of the Ask LLM monorepo.
claude mcp add ollama -- npx -y ask-ollama-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"ollama": {
"command": "npx",
"args": ["-y", "ask-ollama-mcp"]
}
}
}
{
"command": "npx",
"args": ["-y", "ask-ollama-mcp"]
}
ollama pull qwen3.6:27b| Tool | Purpose |
|---|---|
ask-ollama | Send prompts to local Ollama via HTTP. Defaults to qwen3.6:27b |
ping | Lists locally available Ollama models via /api/tags |
| Model | Use Case |
|---|---|
qwen3.6:27b | Default — Qwen's flagship-level local coding model (~17 GB) |
Override with ASK_OLLAMA_MODEL. Ollama is local, so there's no automatic fallback — you pull the model you want, and a missing model returns a clear ollama pull <model> error.
Set OLLAMA_HOST to customize the Ollama server address (default: http://localhost:11434).
Full docs at lykhoyda.github.io/ask-llm
MIT
FAQs
MCP server for local Ollama LLM integration - for Claude IDE and other IDEs
The npm package ask-ollama-mcp receives a total of 262 weekly downloads. As such, ask-ollama-mcp popularity was classified as not popular.
We found that ask-ollama-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.