CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
lykhoyda avatar

Ask Ollama

lykhoyda/ask-llm
STDIOregistry active
Summary

Runs local Ollama models through MCP's ask_ollama tool, giving Claude a private, offline second opinion without API costs or data leaving your machine. Returns structured responses with provider metadata and supports multi-turn conversations via sessionId for maintaining context across prompts. Part of a broader ask-llm suite that includes Gemini and Codex bridges, but this package strips out the cloud dependencies. Reach for it when you want code reviews, architecture feedback, or brainstorming from models like qwen2.5-coder running on your own hardware. Includes get_usage_stats for tracking token counts and a diagnose tool that verifies your Ollama installation and model availability.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Ask LLM

CI Release GitHub Release License: MIT

PackageTypeVersionDownloads
@ask-llm/gemini-mcpMCP Servernpmdownloads
@ask-llm/codex-mcpMCP Servernpmdownloads
@ask-llm/claude-mcpMCP Servernpmdownloads
@ask-llm/grok-mcpMCP Servernpmdownloads
@ask-llm/ollama-mcpMCP Servernpmdownloads
@ask-llm/antigravity-mcpMCP Servernpmdownloads
@ask-llm/mcpMCP Servernpmdownloads
@ask-llm/pluginClaude Code + Cursor Agent + Pi Host Packagenpmdownloads

MCP servers + Claude Code/Cursor Agent/Pi host package for AI-to-AI collaboration

Get a second opinion before you ship. Ask LLM lets your AI assistant — Claude Code, Codex CLI, Cursor, Claude Desktop, or any of 40+ MCP clients — consult a second model to review your code, debate a plan, or catch a bug it might have missed. Pick the reviewer that fits: OpenAI Codex (GPT-5.6 Sol → Terra), Anthropic Claude (Opus → Sonnet), xAI Grok 4.6 via API or Grok CLI (no fallback), Google Antigravity (agy), a local Ollama model, or Gemini (1M+ token context). Standard MCP, no prompt hacks.

⚠️ Gemini CLI goes enterprise-only on 2026-06-18: From that date Google restricts Gemini CLI to Gemini Code Assist Standard/Enterprise seats, and free, Google AI Pro, and Ultra accounts lose access. @ask-llm/gemini-mcp still installs, but a non-enterprise account then surfaces actionable guidance instead of output. Free/Pro users: switch to ask-antigravity (the Google-sanctioned successor, subscription-backed via Google AI Pro/Ultra), ask-codex, ask-claude, or ask-ollama. Announcement

Why a second opinion?

Your primary AI is confident — but confidence isn't correctness. A second model, with no stake in the first one's answer, catches what it missed.

  • Second opinion on code — before you commit to an approach, have another model review it independently.
  • Debate a plan — send an architecture proposal for critique, alternatives, and trade-off analysis.
  • Review a diff — have a different model analyze your changes to surface issues your primary AI glossed over.
  • Read more than fits — Gemini and Antigravity's large context windows ingest whole codebases at once.
  • Keep it local — run reviews through Ollama when nothing can leave your machine.

In action

You:    ask codex to review src/auth.ts for security issues
Codex:  ⚠ verifyToken() compares tokens with === — not timing-safe (line 42)
        ⚠ the session cookie is missing a SameSite attribute
Claude: Good catches — applying both fixes to src/auth.ts.

One prompt. A second model reviews independently; your assistant applies the fix — no copy-paste between tools.

Quick Start

Claude Code

# All-in-one — auto-detects installed providers
claude mcp add --scope user ask-llm -- npx -y @ask-llm/mcp
Or install providers individually
claude mcp add --scope user gemini -- npx -y @ask-llm/gemini-mcp
claude mcp add --scope user codex -- npx -y @ask-llm/codex-mcp
claude mcp add --scope user grok -e XAI_API_KEY="$XAI_API_KEY" -- npx -y @ask-llm/grok-mcp
claude mcp add --scope user ollama -- npx -y @ask-llm/ollama-mcp
claude mcp add --scope user antigravity -- npx -y @ask-llm/antigravity-mcp

Pi

Pi is a host harness, not another consulted provider. Install the canonical multi-host package; it exposes the shared skills plus native provider tools because Pi intentionally has no built-in MCP client:

pi install npm:@ask-llm/plugin
pi list

Invoke /skill:codex-review, /skill:multi-review, /skill:compare, /skill:brainstorm, or describe the workflow naturally. The package registers ask-codex, ask-gemini, ask-grok, ask-ollama, ask-antigravity, model-neutral ask-cursor-agent, and deterministic concurrent ask-multi tools. Provider CLI authentication is unchanged and separate from Pi's host-model login.

Pi codex-pair requires the repository marker, Pi project trust, and interactive user-owned consent via /codex-pair; a committed marker alone never authorizes source transfer or cost. Pi surfaces findings non-blockingly and does not claim Claude's blocking Stop-gate or one-shot print parity. Independent fable-review remains Claude Code-only and is excluded from Pi.

Update/remove with pi update npm:@ask-llm/plugin and pi remove npm:@ask-llm/plugin. See the Pi host guide for temporary/project-local installs, trust, data transfer, troubleshooting, and the full compatibility matrix.

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ask-llm": {
      "command": "npx",
      "args": ["-y", "@ask-llm/mcp"]
    }
  }
}
Or install providers individually
{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": ["-y", "@ask-llm/gemini-mcp"]
    },
    "codex": {
      "command": "npx",
      "args": ["-y", "@ask-llm/codex-mcp"]
    },
    "ollama": {
      "command": "npx",
      "args": ["-y", "@ask-llm/ollama-mcp"]
    }
  }
}
Cursor, Codex CLI, OpenCode, and other clients

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "ask-llm": { "command": "npx", "args": ["-y", "@ask-llm/mcp"] }
  }
}

Codex CLI (~/.codex/config.toml):

[mcp_servers.ask-llm]
command = "npx"
args = ["-y", "@ask-llm/mcp"]

For the focused Codex → Claude second-opinion path:

codex mcp add claude -- npx -y @ask-llm/claude-mcp

Any MCP Client (STDIO transport):

{ "command": "npx", "args": ["-y", "@ask-llm/mcp"] }

Replace @ask-llm/mcp with @ask-llm/codex-mcp, @ask-llm/claude-mcp, @ask-llm/grok-mcp, @ask-llm/antigravity-mcp, @ask-llm/ollama-mcp, or @ask-llm/gemini-mcp for a single provider.

Migrating from the old package names

All public MCP packages now live in the @ask-llm npm organization. The old package names are deprecated, but their executable names are unchanged. Update the package argument in your MCP config; commands such as ask-codex-mcp and ask-llm-mcp doctor keep working after a global install.

Old packageUse instead
ask-gemini-mcp@ask-llm/gemini-mcp
ask-codex-mcp@ask-llm/codex-mcp
@anton-lykhoyda/ask-claude-mcp@ask-llm/claude-mcp
ask-ollama-mcp@ask-llm/ollama-mcp
ask-antigravity-mcp@ask-llm/antigravity-mcp
ask-llm-mcp@ask-llm/mcp

See the installation guide for the complete package-to-executable mapping.

Choose your reviewer

ProviderBest forModel (default → fallback)Notes
CodexCode reasoning, targeted reviews, architecture critiquegpt-5.6-sol → gpt-5.6-terraRequires an OpenAI/Codex account
ClaudeIndependent review from Codex or another non-Claude hostopus → sonnetClaude Code CLI; native sessions; read-only tools
GrokGrok 4.6 critique through xAI API or official Grok CLIAPI grok-4.6, reasoning high (no fallback)Harness selected separately; exact harness catalog ID sent unchanged
AntigravityA subscription-backed second opinion; larger-context readsgemini-3.1-pro → gemini-3.5-flash (both at --effort high)Google AI Pro/Ultra plan; one-shot, experimental
OllamaPrivate/local review, zero cost, offlineqwen3.8:27b (no auto-fallback)Runs entirely on your machine
GeminiWhole-codebase reads (1M+ tokens)gemini-3.1-pro-preview → gemini-3.6-flash⚠️ Enterprise-gated from 2026-06-18
Unified (ask-llm)One install for all of the above; fan out in parallelroutes per callRecommended

Host Package: Claude Code, Cursor Agent, and Pi

@ask-llm/plugin is one package, version, release lifecycle, and canonical skill corpus. Claude Code loads its existing marketplace agents/hooks; Cursor Agent loads the adapted /codex-pair and /grok-pair skills through its Agent Skills surface plus mcp.json (agent --plugin-dir ./packages/claude-plugin; see the Cursor Agent host guide); Pi loads explicit native tools, portable skill adapters, and a thin lifecycle extension.

CapabilityClaude CodeCursor AgentCodex CLI hostPi
Provider transportMCPMCP (mcp.json, unified ask-llm only)MCPnative Ask LLM tools (no built-in MCP)
Review/compare/brainstorm skillsyesAgent Skillstools only/skill:<name> + natural language
Isolated reviewer contexts / Fableyesno; fable-review excludednono; fable-review excluded
codex-pairhookson-demand persisted sessionnolifecycle extension
/grok-pairyes (explicit Cursor/xAI/CLI route)direct xAI/CLI routes via pinned unified ask-llm (or user-installed ask-grok)noexcluded
Blocking HIGH Stop gateopt-innonono; surfaced non-blockingly
Async pairing in one-shot printn/aon-demand skillnounsupported

Claude Code Plugin

The Ask LLM plugin adds multi-provider code review, brainstorming, and automated hooks directly into Claude Code:

/plugin marketplace add Lykhoyda/ask-llm
/plugin install ask-llm@ask-llm-plugins

What You Get

FeatureDescription
/multi-reviewParallel Antigravity + Codex review with 4-phase validation pipeline and consensus highlighting (gemini via /gemini-review)
/gemini-reviewGemini-only review with confidence filtering
/codex-reviewCodex-only review with confidence filtering
/fable-reviewIsolated, read-only review that requests the native Fable model and discloses runtime verification limits
/sol-reviewModel-pinned GPT-5.6 Sol review through Codex
/grok-reviewMetered Grok review through xAI with exact model attribution and no fallback
/ollama-reviewLocal review — no data leaves your machine
/antigravity-reviewSubscription-backed review via Google Antigravity (agy) — experimental
/brainstormMulti-LLM brainstorm: Claude Opus researches the topic against real files in parallel with external providers (Gemini/Codex/Grok/Ollama/Antigravity), then synthesizes all findings with verified findings weighted higher; also supports an exact no-Gemini Grok + GPT-5.6 Sol panel routed through Cursor Agent
/compareSide-by-side raw responses from multiple providers, no synthesis — for when you want to see how each provider phrases the same answer
codex-pair hookOpt-in continuous review — runs Codex against every Edit/Write/MultiEdit when a .codex-pair/context.md marker is present in the project

The review agents use a 4-phase pipeline inspired by Anthropic's code-review plugin: context gathering, prompt construction with explicit false-positive exclusions, synthesis, and source-level validation of each finding.

See the plugin docs for details.

Prerequisites

  • Node.js v20.0.0 or higher (LTS)
  • At least one provider:
    • Codex CLI — installed and authenticated
    • Claude Code CLI — installed and authenticated (for Codex/other clients consulting Claude)
    • xAI API — set XAI_API_KEY for the default metered Grok harness; or install/authenticate official Grok Build (pin harness: "grok-cli" per request, or set ASK_GROK_HARNESS=grok-cli as the default; no failover)
    • Cursor CLI — optional model-neutral harness; authenticate and choose an exact ID from agent --list-models
    • Antigravity CLI (agy) >=1.1.5 — installed and logged in once (Google AI Pro/Ultra); verify with agy --version
    • Ollama — running locally with a model pulled (ollama pull qwen3.8:27b)
    • Gemini CLI — npm install -g @google/gemini-cli && gemini login (enterprise-gated from 2026-06-18)

MCP Tools

ToolPackagePurpose
ask-gemini@ask-llm/gemini-mcpSend prompts to Gemini CLI with @ file syntax. 1M+ token context. Live progressive output via stream-json
ask-gemini-edit@ask-llm/gemini-mcpGet structured OLD/NEW code edit blocks from Gemini
fetch-chunk@ask-llm/gemini-mcpRetrieve chunks from cached large responses
ask-codex@ask-llm/codex-mcpSend prompts to Codex CLI. GPT-5.6 Sol with Terra fallback; omit sessionId for ephemeral use, or pass sessionId: "" first to persist and resume
ask-claude@ask-llm/claude-mcpSend prompts to Claude Code CLI. Opus with Sonnet fallback; native sessions; Read/Glob/Grep-only workspace access
ask-grok@ask-llm/grok-mcpSend a one-shot Grok prompt through explicit xai-api (default) or grok-cli; exact harness model ID; no harness/model fallback
ask-cursor-agent@ask-llm/mcpModel-neutral Cursor Agent harness: separate provider (claude, codex, gemini, grok) + exact Cursor catalog model verified against that family, read-only ask mode, no force/trust/spend changes/fallback
ask-ollama@ask-llm/ollama-mcpSend prompts to local Ollama. Fully private, zero cost. Server-side conversation replay via sessionId
ask-antigravity@ask-llm/antigravity-mcpSend a prompt to Google Antigravity (agy) for a subscription-backed second opinion. Experimental; one-shot
ask-llm@ask-llm/mcpUnified orchestrator — pick provider per call. Fan out to all installed providers
multi-llm@ask-llm/mcpDispatch the same prompt to multiple providers in parallel; returns per-provider responses + usage in one call
get-usage-statsallPer-session token totals, fallback counts, breakdowns by provider/model — all in-memory, no persistence
diagnose@ask-llm/mcpSelf-diagnosis: Node version, PATH resolution, provider CLI presence + versions. Read-only
pingallConnection test — verify MCP setup

Session-capable ask-* tools accept an optional sessionId parameter and return a structured AskResponse (provider, response, model, sessionId, usage) via MCP outputSchema alongside the human-readable text. Codex requires sessionId: "" on the first call for a resumable thread; omitting it makes that call ephemeral. The orchestrator (@ask-llm/mcp) also exposes usage://current-session as an MCP Resource for live JSON snapshots.

Usage Examples

ask codex to review the changes in src/auth.ts for security issues
ask claude for an independent opinion on this architecture (from Codex or another MCP client)
ask antigravity to debate this architecture plan in docs/design.md
ask ollama to explain src/config.ts (runs locally, no data sent anywhere)
ask gemini to summarize @. the current directory (1M+ context, @ is Gemini-only)
use multi-llm to compare what codex and gemini think about this approach

CLI Subcommands

The orchestrator binary (@ask-llm/mcp, installed as ask-llm-mcp) starts the MCP server only when run with no arguments. ask-llm-mcp --help is the canonical command reference (--version prints the package version; unsupported commands or arguments print usage and exit nonzero). The two most common commands:

# Interactive multi-provider REPL — switch providers, persist sessions, see usage live
npx @ask-llm/mcp repl

# Diagnose your setup — Node version, PATH, provider CLI versions, env vars
npx @ask-llm/mcp doctor                       # human-readable
npx @ask-llm/mcp doctor --json                # established full JSON, exit 1 on error
npx @ask-llm/mcp doctor --format toon         # bounded, versioned agent-facing TOON pilot
npx @ask-llm/mcp doctor --format toon --full  # full TOON escape hatch

The REPL ships sessions per provider (/provider gemini, /provider codex, /new, /sessions, /usage) and inherits all the executor behavior (quota fallback, stream-json output for Gemini, native session resume).

Models

ProviderDefaultFallback
Geminigemini-3.1-pro-previewgemini-3.6-flash (on quota)
Codexgpt-5.6-solgpt-5.6-terra (on quota)
Claudeopussonnet (on overload/unavailability)
GrokAPI: grok-4.6; CLI: exact grok models ID (effort high)— (explicit harness/model selection; no fallback)
Antigravitygemini-3.1-pro (--effort high)gemini-3.5-flash (on rate limit); model-less recovery if a shipped slug is rejected
Ollamaqwen3.8:27b— (local; errors if the model isn't pulled)

Gemini, Codex, Claude, and Antigravity automatically fall back under their documented provider-specific conditions. Grok and Ollama never substitute a model: Grok preserves the explicit API/CLI harness catalog selection, while Ollama preserves the locally pulled model — if the requested model isn't pulled, it returns a clear ollama pull error.

Documentation

  • Docs site: lykhoyda.github.io/ask-llm
  • AI-readable: llms.txt | llms-full.txt

Contributing

Contributions are welcome! See open issues for things to work on.

License

MIT License. See LICENSE for details.

Disclaimer: This is an unofficial, third-party tool and is not affiliated with, endorsed, or sponsored by Anthropic, Google, OpenAI, or xAI.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

OLLAMA_HOSTdefault: http://localhost:11434

Ollama server address (default: http://localhost:11434)

GMCPT_TIMEOUT_MSdefault: 300000

Timeout for Ollama execution in milliseconds (default: 300000 = 5 minutes)

GMCPT_LOG_LEVELdefault: warn

Log verbosity: debug, info, warn, error (default: warn)

Categories
AI & LLM Tools
Registryactive
Packageask-ollama-mcp
TransportSTDIO
UpdatedJun 10, 2026
View on GitHub

More from lykhoyda

  • Ask Llm10
  • Ask Antigravity10
  • Ask Codex10
  • Ask Gemini10

Related AI & LLM Tools MCP Servers

View all →
basicmachines-co avatar
Basic Memory

basicmachines-co/basic-memory

Local-first knowledge management with bi-directional LLM sync via Markdown files.
3.2k
rinadelph avatar
Agent

rinadelph/agent-mcp

Agent-MCP is a framework for creating multi-agent systems that enables coordinated, efficient AI collaboration through the Model Context Protocol (MCP). The system is designed for developers building AI applications that benefit from multiple specialized agents working in parallel on different aspects of a project.
1.2k
ggozad avatar
Haiku Rag

ggozad/haiku.rag

Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling
538
assafelovic avatar
GPT Researcher

assafelovic/gptr-mcp

MCP server for enabling LLM applications to perform deep research via the MCP protocol
346
bartolli avatar
MCP LLM Bridge

bartolli/mcp-llm-bridge

Bridges MCP tools to OpenAI-compatible LLMs, enabling tool-driven interactions for cloud or local models.
333
hannesrudolph avatar
RAG Documentation

hannesrudolph/mcp-ragdocs

An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
261