Skip to content
Gemini CLI

spec driven development for Gemini CLI

io.github.formulahendry/spec-driven-development

MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.

client:Gemini CLI transport:stdio runtime:npm

Install spec driven development in Gemini CLI

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

{
  "mcpServers": {
    "spec-driven-development": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-spec-driven-development"
      ]
    }
  }
}

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

spec driven development in other clients