Back to Home
raine icon

consult-llm-mcp

Verified Safe

by raine

Overview

Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.

Installation

Run Command
npx -y consult-llm-mcp

Environment Variables

  • OPENAI_API_KEY
  • GEMINI_API_KEY
  • DEEPSEEK_API_KEY
  • CONSULT_LLM_DEFAULT_MODEL
  • GEMINI_MODE
  • OPENAI_MODE
  • CODEX_REASONING_EFFORT

Security Notes

The server uses `child_process.spawn` to execute external CLI tools (`gemini`, `codex`). While arguments are passed as arrays to mitigate shell injection, the security relies on the trustworthiness of these external executables and their robust argument parsing. The tool has broad file system access to read user-specified files and git repositories, which is expected for its functionality but requires careful usage to avoid exposing sensitive data. No hardcoded secrets were found; API keys are expected via environment variables.

Similar Servers

Stats

Interest Score43
Security Score8
Cost ClassHigh
Avg Tokens10000
Stars28
Forks6
Last Update2025-12-03

Tags

AILLMMCPDeveloper ToolsCode Analysis