loading…
Search for a command to run...
loading…
A TypeScript MCP server for Codecks project management that provides over 32 tools to manage cards, decks, milestones, and PM workflows. It enables users to per
A TypeScript MCP server for Codecks project management that provides over 32 tools to manage cards, decks, milestones, and PM workflows. It enables users to perform actions like creating cards, tracking activity, and managing project conversations through the Model Context Protocol.
TypeScript MCP server for Codecks project management. Exposes 32+ tools for managing cards, decks, milestones, tags, and PM workflows via the Model Context Protocol.
Built with @modelcontextprotocol/server, zod, and Express.
# Run directly (no install needed)
npx codecks-mcp
# Or install globally
npm install -g codecks-mcp
codecks-mcp
Create a .env file in your working directory:
CODECKS_TOKEN=your_session_cookie
CODECKS_ACCOUNT=your_account_slug
| Variable | Source | Expires |
|---|---|---|
CODECKS_TOKEN |
Browser DevTools > Cookie at |
Yes |
CODECKS_REPORT_TOKEN |
CLI generate-token command |
No |
CODECKS_ACCOUNT |
Your Codecks account slug | N/A |
CODECKS_USER_ID |
Auto-discovered if unset | N/A |
| Variable | Default | Description |
|---|---|---|
CODECKS_MCP_RESPONSE_MODE |
legacy |
legacy or envelope |
CODECKS_HTTP_TIMEOUT_SECONDS |
30 |
Request timeout |
CODECKS_HTTP_MAX_RETRIES |
2 |
Retry count |
codecks-mcp
codecks-mcp --transport http --port 3000
Endpoints:
POST /mcp — MCP protocol (Streamable HTTP)GET /ping — Health check{
"mcpServers": {
"codecks": {
"command": "npx",
"args": ["-y", "codecks-mcp"]
}
}
}
{
"mcpServers": {
"codecks": {
"command": "npx",
"args": ["-y", "codecks-mcp"]
}
}
}
{
"mcpServers": {
"codecks": {
"url": "http://localhost:3000/mcp"
}
}
}
| Tool | Description |
|---|---|
get_account |
Current account info |
list_cards |
List/filter cards with pagination |
get_card |
Full card details |
list_decks |
All decks |
list_projects |
Projects with decks |
list_milestones |
Milestones |
list_tags |
Project-level tags |
list_activity |
Recent activity feed |
pm_focus |
PM dashboard (blocked, stale, suggested) |
standup |
Daily standup summary |
| Tool | Description |
|---|---|
list_hand |
Personal work queue |
add_to_hand |
Add cards to hand |
remove_from_hand |
Remove cards from hand |
| Tool | Description |
|---|---|
create_card |
Create card (supports sub-cards) |
update_cards |
Batch update properties |
mark_done |
Mark cards done |
mark_started |
Mark cards started |
archive_card |
Archive (reversible) |
unarchive_card |
Restore archived |
delete_card |
Permanent delete |
scaffold_feature |
Hero + lane sub-cards |
split_features |
Batch-split features |
| Tool | Description |
|---|---|
create_comment |
Start thread |
reply_comment |
Reply to thread |
close_comment |
Resolve thread |
reopen_comment |
Reopen thread |
list_conversations |
List threads |
| Tool | Description |
|---|---|
get_pm_playbook |
Methodology guide |
get_workflow_preferences |
Load preferences |
save_workflow_preferences |
Save preferences |
| Tool | Description |
|---|---|
save_cli_feedback |
Save feedback |
get_cli_feedback |
Read feedback |
[USER_DATA] boundary tagging on user-authored content# Install
pnpm install
# Dev mode (tsx, auto-reload)
pnpm dev
# Build
pnpm build
# Test
pnpm test
# Lint + format
pnpm lint
pnpm format:check
# Type check
pnpm typecheck
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"codecks-mcp": {
"command": "npx",
"args": []
}
}
}