Skip to content
Gemini CLI

PlanWright for Gemini CLI

tools.planwright/planwright

Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

client:Gemini CLI transport:streamable-http

Install PlanWright in Gemini CLI

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

{
  "mcpServers": {
    "planwright": {
      "httpUrl": "https://mcp.planwright.tools/mcp"
    }
  }
}

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

PlanWright in other clients