Metadata-Version: 2.5
Name: fronyboard
Version: 0.31.0
Summary: FronyBoard — an MCP server that gives AI agents a first-class project tracker
Project-URL: Homepage, https://github.com/Cafelatte1/FronyBoard
Project-URL: Repository, https://github.com/Cafelatte1/FronyBoard
Project-URL: Issues, https://github.com/Cafelatte1/FronyBoard/issues
License: MIT
Keywords: ai-agents,claude-code,mcp,mcp-server,project-tracker
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Bug Tracking
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: loguru>=0.7
Requires-Dist: mcp>=1.2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: tzdata>=2024.1
Description-Content-Type: text/markdown

# FronyBoard

An MCP server that gives AI agents (Claude Code and friends) a first-class project
tracker: roadmap → quarterly periods → months → tasks in one SQLite file, a schema +
rule validation gate before every write, retrospectives that close a period, and a
read-only web dashboard for humans.

<!-- mcp-name: io.github.Cafelatte1/fronyboard -->

## Install

Requires [uv](https://docs.astral.sh/uv/).

```
claude mcp add FronyBoard -- uvx fronyboard
```

Any MCP client that can launch a stdio command works the same way: the command is
`uvx fronyboard`. Data is written to `%LOCALAPPDATA%\Frony\FronyBoard\data`
(`~/.Frony/FronyBoard/data` where `LOCALAPPDATA` is unset); set `AIRA_DATA_DIR` to
relocate it.

Full documentation, the data model, the 20 tools and the shared-server mode live in
the repository: https://github.com/Cafelatte1/FronyBoard
