@mcpu/tacks
v0.1.8
Published
simple todo mcp server for Claude, Gemini, Codex
Maintainers
Readme
Tacks
Lightweight issue tracker MCP server.
Prerequisites
Install bun:
curl -fsSL https://bun.sh/install | bashMCPU (Recommended)
mcpu manages all your mcp servers for multiple AI Assistants for progressive discovery and disclosure and reduce token usage by up to 84%.
If you are using mcpu, you can add this mcp server with the following command.
mcpu add --scope=user tacks --stdio -- bunx @mcpu/tacksClaude CLI
claude mcp add --scope=user tacks -- bunx @mcpu/tacksGemini CLI
gemini mcp add --scope=user --transport=stdio tacks bunx @mcpu/tacksAdd to CLAUDE.md or GEMINI.md
### Important Rules
- ✅ Use mcp `tacks` for ALL task tracking.
- ✅ Always use the project's directory name for `proj` or `project_id`, and setup project with a 3 letter prefix for issues.
- ✅ Link discovered work with `add_dependency` and type `discovered-from`
- ✅ Check work queue for ready issues before asking "what should I work on?"
- ✅ ALWAYS write tests for a feature and test before committing.
- ❌ Do NOT create markdown TODO lists
- ❌ Do NOT use external issue trackers
- ❌ Do NOT duplicate tracking systems
- ❌ Do NOT clutter repo root with planning documents