Skip to content
Zed

FronyBoard for Zed

io.github.cafelatte1/fronyboard

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

client:Zed transport:stdio runtime:pypi

Install FronyBoard in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

FronyBoard in other clients