Skip to content
Gemini CLI

ChartPane for Gemini CLI

io.github.ahmadsl/chartpane

Renders interactive Chart.js charts and dashboards inline in AI conversations.

client:Gemini CLI transport:streamable-http

Install ChartPane in Gemini CLI

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

{
  "mcpServers": {
    "chartpane": {
      "httpUrl": "https://mcp.chartpane.com/mcp"
    }
  }
}

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

ChartPane in other clients