brainfile

1broseidon/brainfile
★ 0 stars TypeScript AI/LLM Updated 3d ago
Markdown task boards for you and your AI agents — CLI, TUI, and MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brainfile": {
      "command": "npx",
      "args": [
        "-y",
        "1broseidon/brainfile"
      ]
    }
  }
}

README Excerpt

Markdown task boards for you and your AI agents. Tasks, epics, and decisions live as plain Markdown files in your repo — you manage them from a CLI or TUI, your agents manage them through an MCP server, and git is the audit trail. No database, no SaaS, no lock-in. ```bash npm i -g brainfile brainfile init # scaffold a .brainfile/ board