Skip to content
Gemini CLI

Swapi for Gemini CLI

io.github.pipeworx-io/swapi

SWAPI MCP — wraps the Star Wars API (free, no auth)

client:Gemini CLI transport:streamable-http

Install Swapi in Gemini CLI

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

{
  "mcpServers": {
    "swapi": {
      "httpUrl": "https://gateway.pipeworx.io/swapi/mcp"
    }
  }
}

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

Swapi in other clients