Agent-first task management and cross-session memory for development teams. Install the CLI, configure the MCP server, and manage tasks, projects, sprints, workflows, and agent memory from Claude Code.
Use when the user asks about agent memory, wants to remember something across sessions, asks what was decided, asks what they were working on, starts a new coding session, or is about to end one. Trigger phrases: 'remember this', 'memory', 'what did we decide', 'what was I working on', 'continue where I left off', 'session context', 'continuation prompt', 'stale decision', 'supersede this fact'.
Use when the user wants to set up Tokanban, install the Tokanban CLI, configure the Tokanban MCP server, sign up for Tokanban, connect an AI agent to Tokanban, or get started with Tokanban. Trigger phrases: 'install tokanban', 'set up tokanban', 'configure tokanban mcp', 'tokanban signup', 'get started with tokanban', 'connect tokanban'.
Use when the user asks about Tokanban task management, wants to create/update/list tasks, manage projects, run sprints, invite team members, manage agent tokens, update workflows, import from Jira/CSV, or visualize a board. Trigger phrases: 'tokanban', 'create a task', 'list tasks', 'sprint board', 'kanban board', 'project backlog', 'assign task', 'close task', 'import from jira', 'tokanban agent', 'task priority', 'workflow status'.
Agent-first task management and cross-session memory CLI for development teams using AI coding agents.
Tokanban eliminates the traditional project management UI. Day-to-day task management happens through your AI agent (Claude Code, Codex, Cursor) via MCP, or through this CLI.
Install with the script:
curl -fsSL https://app.tokanban.com/install.sh | sh
The install script downloads a matching pre-built binary when one is available and falls back to cargo install otherwise.
Or build from source with Cargo:
cargo install --locked tokanban
Pre-built binaries are available for Linux (x86_64, aarch64), macOS (x86_64, Apple Silicon), and Windows (x86_64) on the GitHub Releases page.
# Authenticate
tokanban auth login
# Select a default project once
tokanban project list
tokanban project set PLAT
# Create a task
tokanban task create "Fix auth token refresh" --priority High
# List tasks
tokanban task list
# View task detail
tokanban task view PLAT-1
# Search
tokanban task search "auth"
tokanban task list | jq)To enable Tokanban memory for an agent, create a key with memory scopes:
tokanban agent create "My Claude" \
--type claude-code \
--scopes "tasks:read,tasks:write,projects:read,memory:read,memory:write"
Then add the matching memory block from templates/ to your harness config:
templates/CLAUDE.md.memory-block.mdtemplates/AGENTS.md.memory-block.mdtemplates/cursorrules.memory-block.mdspec/ in the repositoryThis repository is also a Claude Code plugin marketplace. Install the Tokanban plugin from inside Claude Code:
/plugin marketplace add emeraldsystems/tokanban
/plugin install tokanban@tokanban
Then set your API key so the bundled MCP server can reach the API:
export TOKANBAN_API_KEY="$(tokanban agent create 'My Claude' --type claude-code --scopes 'tasks:read,tasks:write,projects:read,memory:read,memory:write' --print-key)"
The plugin lives at plugins/tokanban/ and provides:
tokanban:setup) -- guided CLI installation and MCP server configurationtokanban:memory) -- session start/end and fact/decision capture guidancetokanban:tokanban) -- full CLI reference for tasks, projects, sprints, workflows, and team managementTOKANBAN_API_KEY env var)BSD-3-Clause
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub emeraldsystems/tokanban --plugin tokanbanReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.