Skip to content
Gemini CLI

SpecPilot for Gemini CLI

dev.specpilot/specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

client:Gemini CLI transport:streamable-http tools:2

Install SpecPilot in Gemini CLI

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

{
  "mcpServers": {
    "specpilot": {
      "httpUrl": "https://init.specpilot.dev/mcp"
    }
  }
}

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

What Gemini CLI can do once it is connected

SpecPilot in other clients