Skip to content
Gemini CLI

FronyBoard for Gemini CLI

io.github.cafelatte1/fronyboard

Project tracker for AI agents: roadmap, periods, tasks and a validation gate, in one SQLite file

client:Gemini CLI transport:stdio runtime:pypi

Install FronyBoard in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fronyboard": {
      "command": "uvx",
      "args": [
        "fronyboard"
      ],
      "env": {
        "AIRA_DATA_DIR": "<AIRA_DATA_DIR>"
      }
    }
  }
}

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

FronyBoard in other clients