Skip to content
Gemini CLI

MCP Validator for Gemini CLI

com.wildrunai/mcp-validator

Score MCP tool definitions 0-100. Checks names, schemas, annotations, and uniqueness.

client:Gemini CLI transport:streamable-http

Install MCP Validator in Gemini CLI

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

{
  "mcpServers": {
    "mcp-validator": {
      "httpUrl": "https://wildrunai.com/api/mcp"
    }
  }
}

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

MCP Validator in other clients