Multi Reasoner — Development skill for Claude Code
ChatGPT reasoning MCP for Claude Code - uses Codex CLI, no API billing.
How to install Multi Reasoner
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open adampaulwalker/multi-reasoner and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Multi Reasoner does
ChatGPT reasoning MCP for Claude Code - uses Codex CLI, no API billing.
Alternatives in Development
- Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
- Openclaw Billing Proxy — Route OpenClaw API requests through Claude Code subscription billing instead of Extra Usage 460 ★
- Dexscreener Unofficial CLI + MCP + Skills — You are a token scanning specialist using the Dexscreener Unofficial CLI (not affiliated with or endorsed by D 213 ★
README
Multi-Reasoner
An MCP server that sends one prompt to several frontier models at once (ChatGPT, Gemini, Grok, Mistral) and returns every answer. The point is reducing single-model bias: brainstorming, strategic analysis, code review, and decisions rest on multiple independent perspectives instead of one model's take.
Tools
ask_model- one question to one model, ormodel="all"for a full multi-model panelcode_review- multi-model review of a diff or file setcode_plan- architecture and implementation planningcode_debug- debugging with multiple models on the same errorcodex- pair-programming sessions with per-model context across turnsget_status- which models are available and their current weights
How it works
One adapter per provider, an orchestrator that fans the prompt out and collects responses, and a blind-judge protocol that anonymizes responses before scoring so no model is favored by name. Model weights learn from outcome feedback over time.
Setup
Requires Python 3.11+. Run from a checkout (it is not a pip-installable package).
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
Provide access for the models you want. Any subset works; a model without access is skipped:
export GEMINI_API_KEY=... # Gemini
export XAI_API_KEY=... # Grok
export MISTRAL_API_KEY=... # Mistral
The ChatGPT lane uses the [OpenAI Codex CLI](https://github.com/openai/codex) in the default (stdio) mode: install the `codex` CLI and log in once. To use the OpenAI API directly instead, set `MULTI_LLM_TRANSPORT=sse` and export `OPENAI_API_KEY`.
Register the server in your MCP config (`.mcp.json`, or `claude mcp add`):
"multi-llm": {
"command": "/path/to/multi-reasoner/.venv/bin/python",
"args": ["/path/to/multi-reasoner/server.py"]
}
Cost note
API-key models bill per token under your own keys; they are not covered by chat subscriptions (ChatGPT Plus and similar)
Related Skills
ChatGPT Use
Turn your ChatGPT web subscription into a coding-agent backend — no API key, no Codex billing. Built on chrome
Opentechalyzer
Free, open source website technology detection. Identify any site's full tech stack from its URL — CLI, librar
Deeplit MCP Server
Claude Code and Codex plugin for deeplit: manage GPU inference instances, volumes, models and billing from you
Wtagent
Turn ChatGPT Web (including Pro) into Codex. Turn Claude Web into Claude Code. Also DeepSeek, Gemini, Grok, Ki
Codex Imagegen Skill
A Claude Code skill that generates images via Codex CLI's $imagegen, using your ChatGPT subscription instead o
Husk
A desktop home for your CLI agent. Wraps claude / copilot / codex / aider in a clean Electron window with PTY,
Related Agents
Codex Deep Reasoner
CLI-backed read-only deep-reasoning worker — the codex variant of deep-reasoner. Use for root-cause analysis,
Creo Stripe CLI
Stripe CLI and MCP expert for payments, subscriptions, customers, products, webhooks, and billing
Agentic Malware Analysis
Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo