Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Codecks

БесплатноНе проверен

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

GitHubEmbed

Описание

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.

README

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.

Quick Start

# Run directly (no install needed)
npx codecks-mcp

# Or install globally
npm install -g codecks-mcp
codecks-mcp

Configuration

Create a .env file in your working directory:

CODECKS_TOKEN=your_session_cookie
CODECKS_ACCOUNT=your_account_slug

Tokens

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

Optional Settings

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

Transports

stdio (default)

codecks-mcp

HTTP

codecks-mcp --transport http --port 3000

Endpoints:

  • POST /mcp — MCP protocol (Streamable HTTP)
  • GET /ping — Health check

IDE Setup

Claude Code

{
  "mcpServers": {
    "codecks": {
      "command": "npx",
      "args": ["-y", "codecks-mcp"]
    }
  }
}

Cursor

{
  "mcpServers": {
    "codecks": {
      "command": "npx",
      "args": ["-y", "codecks-mcp"]
    }
  }
}

Remote (HTTP)

{
  "mcpServers": {
    "codecks": {
      "url": "http://localhost:3000/mcp"
    }
  }
}

Tools

Read (10)

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

Hand (3)

Tool Description
list_hand Personal work queue
add_to_hand Add cards to hand
remove_from_hand Remove cards from hand

Mutation (9)

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

Comments (5)

Tool Description
create_comment Start thread
reply_comment Reply to thread
close_comment Resolve thread
reopen_comment Reopen thread
list_conversations List threads

PM Session (3)

Tool Description
get_pm_playbook Methodology guide
get_workflow_preferences Load preferences
save_workflow_preferences Save preferences

Feedback (2)

Tool Description
save_cli_feedback Save feedback
get_cli_feedback Read feedback

Security

  • Prompt injection detection (6 regex patterns)
  • [USER_DATA] boundary tagging on user-authored content
  • Input validation with zod schemas + length limits
  • UUID validation on all card IDs
  • Control character stripping

Development

# 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

Also Available

License

MIT

from github.com/rangogamedev/codecks-mcp

Установка Codecks

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/rangogamedev/codecks-mcp

FAQ

Codecks MCP бесплатный?

Да, Codecks MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Codecks?

Нет, Codecks работает без API-ключей и переменных окружения.

Codecks — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Codecks в Claude Desktop, Claude Code или Cursor?

Открой Codecks на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Codecks with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development