Skip to content
Gemini CLI

server for Gemini CLI

se.statistikdata/server

Swedish open data for Claude and other AI assistants - verified, with sources.

client:Gemini CLI transport:streamable-http

Install server in Gemini CLI

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

{
  "mcpServers": {
    "server": {
      "httpUrl": "https://mcp.statistikdata.se/mcp"
    }
  }
}

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

server in other clients