Skip to content
Gemini CLI

wisegrid mcp for Gemini CLI

io.github.ryankramer/wisegrid-mcp

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

client:Gemini CLI transport:stdio runtime:pypi

Install wisegrid mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wisegrid-mcp": {
      "command": "uvx",
      "args": [
        "wisegrid-mcp"
      ],
      "env": {
        "WISEGRID_API_KEY": "<WISEGRID_API_KEY>",
        "WISEGRID_BASE_URL": "<WISEGRID_BASE_URL>"
      }
    }
  }
}

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

wisegrid mcp in other clients