Skip to content
Cursor

FronyBoard for Cursor

io.github.cafelatte1/fronyboard

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

client:Cursor transport:stdio runtime:pypi

Install FronyBoard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FronyBoard in other clients