Codecks Cli
FreeNot checkedLess admin, more games. AI agent tools for Codecks.io — CLI-first for token efficiency, 52 MCP tools for power users. Also a standalone CLI and Python API.
About
Less admin, more games. AI agent tools for Codecks.io — CLI-first for token efficiency, 52 MCP tools for power users. Also a standalone CLI and Python API.
README
Game developers should be making games, not managing task boards.
codecks-cli gives your AI agent project management tools for Codecks.io — standups, feature scaffolding, sprint health, batch operations, and multi-agent coordination. Your agent handles the admin. You focus on the game.
Also works as a standalone CLI and Python API. Zero runtime dependencies.
What is Codecks?
Codecks is a card-based project management tool built for game studios — think Trello meets collectible card games. It organizes work into decks (boards), cards (tasks), and supports effort estimation, milestones, and team workflows. Codecks has no official API or CLI — codecks-cli fills that gap.
Agent Quick Start
pip install git+https://github.com/rangogamedev/codecks-cli.git
codecks-cli setup # walks you through tokens — no DevTools needed
codecks-cli agent-init --agent # verify: returns account + project context
Your agent can now use codecks-cli <command> --agent via Bash. No special prompt needed — the CLI outputs stable JSON.
Want a plug-and-play PM skill? Copy examples/skills/pm/SKILL.md to .claude/commands/pm.md and use /pm.
Want MCP tools too? pip install "codecks-cli[mcp] @ git+https://github.com/rangogamedev/codecks-cli.git" — see docs/ai-agent-guide.md.
What Your Agent Can Do
- Run standups and sprint triage
- Create, update, archive, and batch-close cards
- Scaffold Hero cards with Code/Design/Art/Audio sub-cards
- Batch operations via
--ids-only | --stdinpipes (~40 bytes/card) - Sync tasks from a Game Design Document
- Coordinate multiple agents via MCP (claim/release/delegate)
Why CLI-First
The CLI is the recommended default for AI agents:
- 25x leaner context than loading 53 MCP tool schemas
- JSON output with
--agentflag - Pipe-friendly batch workflows (
--ids-only,--stdin,@last) - No MCP dependency needed for routine PM work
MCP adds caching, team coordination, and richer editor integrations when you need them.
Human Quick Start
codecks-cli cards --format table
codecks-cli standup --format table
codecks-cli create "Fix login bug" --deck Backlog
codecks-cli attach <uuid> mockup.png
See docs/cli-reference.md for the full command reference.
How It Works
CLI (codecks-cli) ─┐
Python API ─┤── CodecksClient ── Codecks HTTP API
MCP Server ─┘ (34 methods)
All three interfaces wrap the same CodecksClient library. The CLI formats output for terminals, the API returns dicts, and the MCP server adds caching, guardrails, and team coordination.
Features
- Card management — create, update, attach files, archive, delete with filtering by status, priority, deck, owner, milestone, tags, and text search
- Feature scaffolding — Hero cards with linked Code/Design/Art/Audio sub-cards
- Daily standups — done, in-progress, blocked, and in-hand snapshot
- Sprint health — blocked, stale, unassigned, and suggested next cards
- Batch operations — pipe workflows and MCP batch tools (up to 20 cards/call)
- Team coordination — claim/release/delegate across multiple agents (MCP)
- GDD sync — parse a Game Design Document and sync tasks to Codecks
- Snapshot caching — MCP reads in <50ms with selective invalidation
- 1000+ tests — full offline test suite, no live API calls
Setup
Run codecks-cli setup — it walks you through everything interactively. No manual token hunting required.
If you prefer manual setup, see .env.example for the configuration format and docs/ai-agent-guide.md for details on each token.
Documentation
| Document | Contents |
|---|---|
| docs/ai-agent-guide.md | Full AI agent setup, CLI reference, MCP setup, customization |
| docs/cli-reference.md | CLI command reference and Python API |
| docs/mcp-reference.md | MCP tool inventory, caching, error contract, team coordination |
| examples/ | Setup wizard, PM skill, game-dev agent example |
| AGENTS.md | AI agent instructions (tokens, API pitfalls, known bugs) |
| DEVELOPMENT.md | Architecture, dev setup, testing, release process |
| CONTRIBUTING.md | How to contribute |
| CHANGELOG.md | Version history |
Community
Questions? Ideas? Share your agent setup? Visit Discussions.
Contributing
Contributions welcome! See CONTRIBUTING.md.
License
MIT — see LICENSE.
Installing Codecks Cli
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/rangogamedev/codecks-cliFAQ
Is Codecks Cli MCP free?
Yes, Codecks Cli MCP is free — one-click install via Unyly at no cost.
Does Codecks Cli need an API key?
No, Codecks Cli runs without API keys or environment variables.
Is Codecks Cli hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Codecks Cli in Claude Desktop, Claude Code or Cursor?
Open Codecks Cli on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Codecks Cli with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
