Skip to content
Grok

FronyBoard for Grok

io.github.cafelatte1/fronyboard

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

client:Grok transport:stdio runtime:pypi

Install FronyBoard in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FronyBoard in other clients