Skip to content

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

Every diff deserves
a second opinion.

Your coding agent consults another frontier model over MCP. Independent reviews, plan debates, fresh eyes.

Quick StartInstall Plugin

The review loop

Claude and Codex review each other's work. The other model reads, your agent edits.

Also speaks:AntigravityagyOllamalocalGeminienterprise unified: all of them →

How a request flows

your agentmcp serverprovider cli
Your agent calls an MCP tool; the server spawns the provider CLI and streams the answer back as structured content.

Quick start

Prerequisite: at least one provider CLI installed and authenticated. The Quick Start covers that in step 1.

Run in your terminal:

bash
# Project scope (current project only)
claude mcp add ask-llm -- npx -y @ask-llm/mcp

# User scope (all projects)
claude mcp add --scope user ask-llm -- npx -y @ask-llm/mcp

Or install as a plugin (adds slash commands like /multi-review, /brainstorm, /compare, plus reviewer subagents and the opt-in continuous codex-pair review hook):

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

Then ask your agent: Use ask-llm ping to test the connection. A Pong! reply lists every provider it detected. Something off? Run npx @ask-llm/mcp doctor.

Explore

Released under the MIT License.