It knows what's built, what's in progress, and what's parked — and now you can update your product's kanban board directly in your agentic AI tool.
AI coding tools are incredible at building features. But they forget everything between sessions. Parclo fixes that.
Your board is injected at the start of every Claude Code session. No copy-pasting. No re-explaining. Your agent knows exactly where you left off.
Track features in Backlog, In Progress, Review, and Done. Drag, move, and update cards - from the web app or directly from Claude Code via MCP tools.
Add the Parclo MCP server once. It's live in every future Claude Code session automatically. No commands to remember, no manual setup each time.
Answer six questions and Parclo pre-populates your board - what's shipped goes to Done, what's next lands in the In Progress column, parked ideas sit ready in the Backlog.
One command generates a full markdown roadmap across all columns - ready to share with collaborators, paste into docs, or send to stakeholders.
Ask Parclo what to build next. It reads your full board, spots gaps, and surfaces suggestions with reasoning. You approve; nothing auto-adds.
Configure it once. It works in every future AI coding session automatically.
Sign up and answer six questions about your project. Parclo pre-populates a kanban board from your answers.
Go to Settings → API Keys and create a key. Copy it — you'll paste it into your MCP config once.
Add Parclo to your AI tool's MCP config. Works with any MCP-compatible client.
Every new session, your AI reads your board. It knows what's done, what's in progress, and what to tackle next.
// MCP config (Claude Code: ~/.claude/settings.json · Cursor: .cursor/mcp.json) { "mcpServers": { "parclo": { "command": "npx", "args": ["parclo-mcp"], "env": { "PARCLO_API_KEY": "pk_your_key_here" } } } }
Works with
+ any MCP-compatible tool
Parclo is built for solo developers and vibe coders who build with AI every day.