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
{
"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