Back to Browse

Ask Llm MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

About

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Default Claude model alias or full model name (default: opus)Optional

Environment variable: ASK_CLAUDE_MODEL

Claude CLI fallback when the default is overloaded or unavailable (default: sonnet)Optional

Environment variable: ASK_CLAUDE_FALLBACK_MODEL

Timeout for Claude CLI execution in milliseconds (default: 600000 = 10 minutes)Optional

Environment variable: ASK_CLAUDE_TIMEOUT_MS

Log verbosity: debug, info, warn, error (default: warn)Optional

Environment variable: GMCPT_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lykhoyda-ask-claude": {
      "env": {
        "GMCPT_LOG_LEVEL": "your-gmcpt-log-level-here",
        "ASK_CLAUDE_MODEL": "your-ask-claude-model-here",
        "ASK_CLAUDE_TIMEOUT_MS": "your-ask-claude-timeout-ms-here",
        "ASK_CLAUDE_FALLBACK_MODEL": "your-ask-claude-fallback-model-here"
      },
      "args": [
        "-y",
        "@ask-llm/claude-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!