Skip to content
Gemini CLI

doom mcp for Gemini CLI

io.github.gunnargrosch/doom-mcp

Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client

client:Gemini CLI transport:stdio runtime:npm

Install doom mcp in Gemini CLI

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

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

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

doom mcp in other clients