Skip to content
Gemini CLI

mercury spec ops for Gemini CLI

io.github.n0zer0d4y/mercury-spec-ops

Modular MCP server for dynamic prompt generation and software development analysis tools

client:Gemini CLI transport:stdio runtime:npm

Install mercury spec ops in Gemini CLI

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

{
  "mcpServers": {
    "mercury-spec-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/mercury-spec-ops"
      ]
    }
  }
}

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

mercury spec ops in other clients