Skip to content
Gemini CLI

mcp probe for Gemini CLI

io.github.incultnitollc/mcp-probe

Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish.

client:Gemini CLI transport:stdio runtime:npm

Install mcp probe in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@incultnitollc/mcp-probe"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp probe in other clients