Pure-Node MCP server providing SQLite-backed task, session, conversation, and knowledge orchestration for Claude Code. Current stable version 0.2.3, updated irregularly. Gives Claude persistent memory across sessions — task tracking, session checkpoints, structured decisions with ADRs, inbox for mid-flow ideas, and daily auto-backups. Key differentiators: no cloud/telemetry, single SQLite file, fully offline, designed specifically to solve Claude Code's statelessness. Competes with manual markdown notes or cloud task managers but stays local and agent-accessible via MCP tools.
npm install choda-deckNo compatibility data collected yet for this library.
Configures choda-deck MCP server for Claude Code and shows CLI commands for task management.
Check your MCP client's documentation for the correct JSON structure.
Use absolute paths (e.g., /home/user/data, not ~/data).
Upgrade Node.js to v20 or later.
Use MCP client (e.g., Claude Code) to invoke tools for write operations.
Always set CHODA_DATA_DIR to an explicit absolute path.
Pin exact version (e.g., "choda-deck@0.2.3") in scripts or watch releases before updating.
Install globally via 'npm install -g choda-deck' or run with 'npx choda-deck'.
Verify MCP config uses correct key (mcpServers vs servers) and that CHODA_DATA_DIR is set to a valid absolute path.
Run 'npx choda-deck' or install globally: 'npm install -g choda-deck'.
No dependency data recorded yet.