Skip to content
AI-Native Task Management

Task management
in your repo

One markdown file. Full kanban board.
Built for AI agents to read, write, and coordinate tasks directly in your codebase.

npm install -g @brainfile/cli && brainfile init

Built for the age of AI agents

Agent Coordination

First-class support for agent-to-agent contracts. Assign work to other AI assistants with clear deliverables.

AI Native

Built-in MCP server lets Claude Code, Cursor, and Cline manage your tasks directly. Zero friction.

Lives in Your Repo

A single brainfile.md file. Version control friendly. Branch it, merge it, diff it.

Multiple Interfaces

Terminal TUI, full CLI, VSCode kanban sidebar. Use what fits your workflow.

The Problem

Your AI can't see your task board

Tasks live in Linear, Jira, or Notion. Code lives in git. Your AI assistant can see your code but has no idea what you're working on. You're constantly context-switching, copy-pasting task descriptions, and manually updating status.

The Solution

Put your board in your repo

Brainfile puts your task board in a brainfile.md file right in your repo. It's structured YAML that tools can parse, but it's also just markdown you can read and edit. AI assistants update it directly via MCP — no manual syncing.

AI integration in 30 seconds

Add this to your project's .mcp.json and you're done

.mcp.json
{
  "mcpServers": {
    "brainfile": {
      "command": "npx",
      "args": ["@brainfile/cli", "mcp"]
    }
  }
}

Works with your tools

⌨️
Terminal TUI
Interactive kanban in your terminal
🖥️
CLI Commands
Add, move, update from command line
💎
VSCode Extension
Visual board in the sidebar
🤖
MCP Server
AI assistants manage tasks directly

Stop copy-pasting. Start shipping.

Free & open source. MIT licensed.

Released under the MIT License.