claude-mcp-bridge
MCP server wrapping Claude Code CLI for query, review, search, structured output, sessions.
Package Details
claude-mcp-bridge
Environment Variables
claudePath to the claude CLI binary. Defaults to 'claude' on PATH.
Shared default model for all tools. Overridden by per-tool CLAUDE_<TOOL>_MODEL vars (QUERY, REVIEW, SEARCH, STRUCTURED).
sonnetOverride model for the query tool.
sonnetOverride model for the structured tool.
sonnetOverride model for the search tool.
opusOverride model for the review tool.
haikuModel to use when the primary model hits a quota error. Set to 'none' to disable fallback.
3Maximum concurrent Claude CLI subprocesses (default 3).
0Set to '1' to forward ANTHROPIC_API_KEY to the CLI. Default is subscription-first: the CLI uses existing Max/Pro session and API key is NOT forwarded. Opt in only if you want API billing.
Maximum USD spend per call (pass-through to --max-budget-usd). Only applies when using API key auth.
Reasoning effort for the query tool (low|medium|high|max).
Reasoning effort for the review tool (low|medium|high|max).
Reasoning effort for the search tool (low|medium|high|max).