Skip to content
Gemini CLI

yaml mcp for Gemini CLI

io.github.mrfentmen/yaml-mcp

Parse, stringify, and validate YAML locally. No network and no key.

client:Gemini CLI transport:stdio runtime:npm

Install yaml mcp in Gemini CLI

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

{
  "mcpServers": {
    "yaml-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yaml-mcp"
      ]
    }
  }
}

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

yaml mcp in other clients