Skip to content
Gemini CLI

SpecLeft for Gemini CLI

io.github.specleft/specleft

Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.

client:Gemini CLI transport:stdio runtime:pypi

Install SpecLeft in Gemini CLI

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

{
  "mcpServers": {
    "specleft": {
      "command": "uvx",
      "args": [
        "specleft"
      ]
    }
  }
}

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

SpecLeft in other clients