Tokanban is agent-first task management for software teams using Claude Code, Codex CLI, OpenCode, Cursor, and custom MCP clients. Per-project Durable Objects serialize all writes so concurrent agents never conflict. Every mutation is idempotent and ETag-guarded. Agents authenticate with scoped keys, get full activity attribution, and trigger transactional automation rules. Free to start.
服务器配置
{
"mcpServers": {
"tokanban": {
"url": "https://tokanban.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENT_KEY"
}
}
}
}