Skip to content
Gemini CLI

csf for Gemini CLI

io.github.compl-i-agent/csf

NIST CSF 2.0 - Professional cybersecurity framework with 35 tools and 12 prompts

client:Gemini CLI transport:stdio runtime:npm

Install csf in Gemini CLI

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

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

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

csf in other clients