Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
claude-mcp-bridge · npm · 0.7.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hampsterx/claude-mcp-bridge",
"description": "Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions.",
"repository": {
"url": "https://github.com/hampsterx/claude-mcp-bridge",
"source": "github"
},
"version": "0.7.1",
"packages": [
{
"registryType": "npm",
"identifier": "claude-mcp-bridge",
"version": "0.7.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the claude CLI binary. Defaults to 'claude' on PATH.",
"format": "string",
"default": "claude",
"name": "CLAUDE_CLI_PATH"
},
{
"description": "Shared default model for all tools. Overridden by per-tool CLAUDE_<TOOL>_MODEL vars (QUERY, SEARCH, STRUCTURED).",
"format": "string",
"name": "CLAUDE_DEFAULT_MODEL"
},
{
"description": "Override model for the query tool.",
"format": "string",
"default": "sonnet",
"name": "CLAUDE_QUERY_MODEL"
},
{
"description": "Override model for the structured tool.",
"format": "string",
"default": "sonnet",
"name": "CLAUDE_STRUCTURED_MODEL"
},
{
"description": "Override model for the search tool.",
"format": "string",
"default": "sonnet",
"name": "CLAUDE_SEARCH_MODEL"
},
{
"description": "Model to use when the primary model hits a quota error. Set to 'none' to disable fallback.",
"format": "string",
"default": "haiku",
"name": "CLAUDE_FALLBACK_MODEL"
},
{
"description": "Maximum concurrent Claude CLI subprocesses (default 3).",
"format": "number",
"default": "3",
"name": "CLAUDE_MAX_CONCURRENT"
},
{
"description": "Set 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.",
"format": "string",
"default": "0",
"name": "CLAUDE_BRIDGE_USE_API_KEY"
},
{
"description": "Maximum USD spend per call (pass-through to --max-budget-usd). Only applies when using API key auth.",
"format": "number",
"name": "CLAUDE_MAX_BUDGET_USD"
},
{
"description": "Reasoning effort for the query tool (low|medium|high|max).",
"format": "string",
"name": "CLAUDE_QUERY_EFFORT"
},
{
"description": "Reasoning effort for the search tool (low|medium|high|max).",
"format": "string",
"name": "CLAUDE_SEARCH_EFFORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-03T02:05:23.223254Z",
"publishedAt": "2026-08-03T02:05:23.223254Z",
"updatedAt": "2026-08-03T02:05:23.223254Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.7.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.