Skip to content
Gemini CLI

cssgraph for Gemini CLI

io.github.mack-peng/cssgraph

CSS intelligence for AI coding agents — surgical style context, fewer tool calls. 100% local.

client:Gemini CLI transport:stdio runtime:npm

Install cssgraph in Gemini CLI

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

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

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

cssgraph in other clients