Ask Claude runs on your own machine — the client starts it, so there is no endpoint to ping. 588 installs a week from npm. Last commit 16 Sep 2026.
Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions
We read the source, 2 h ago · rules 3dff92dd89df
Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.
const childProcess = spawn(command, safeArgs, {
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const childProcess = spawn(command, safeArgs, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Ask Claude and you get told the day something new turns up.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ask-claude -- npx -y @ask-llm/claude-mcp
{
"mcpServers": {
"ask-claude": {
"args": [
"-y",
"@ask-llm/claude-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ask-claude]
command = "npx"
args = ["-y", "@ask-llm/claude-mcp"]
{
"mcpServers": {
"ask-claude": {
"args": [
"-y",
"@ask-llm/claude-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ask-claude": {
"args": [
"-y",
"@ask-llm/claude-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ASK_CLAUDE_MODEL (Default Claude model alias or full model name (default: opus)), ASK_CLAUDE_FALLBACK_MODEL (Claude CLI fallback when the default is overloaded or unavailable (default: sonnet)), ASK_CLAUDE_TIMEOUT_MS (Timeout for Claude CLI execution in milliseconds (default: 600000 = 10 minutes)), GMCPT_LOG_LEVEL (Log verbosity: debug, info, warn, error (default: warn)).
The author declared them in the registry entry; get the values from the project itself.
Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions
Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
Zendesk MCP server for Claude Code and other MCP clients
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents
Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.
Answers built from our own checks of this server.