Stitch Wand for Gemini CLI
io.github.dilshaus/stitch-wand
Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export.
client:Gemini CLI
transport:stdio
runtime:npm
Install Stitch Wand in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stitch-wand": {
"command": "npx",
"args": [
"-y",
"@stitchwand/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs