Blueprint Chart for Gemini CLI
io.github.blueprint-chart/mcp
The open chart format an LLM writes and the browser renders — to interactive, accessible SVG.
client:Gemini CLI
transport:stdio
runtime:npm
Install Blueprint Chart in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@blueprint-chart/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs