Skip to main content
Glama

codecks-mcp (Python)

MCP server for Codecks project management. Exposes 38 tools for managing cards, decks, milestones, tags, and PM workflows via the Model Context Protocol.

Install

# 1. Install codecks-cli (required dependency)
pip install git+https://github.com/rangogamedev/codecks-cli.git

# 2. Install this MCP server
pip install codecks-mcp

Related MCP server: framedeck-mcp

Run

# stdio transport (default)
codecks-mcp

# or as a module
python -m codecks_mcp

Configuration

Create a .env file in your project root:

CODECKS_TOKEN=your_session_cookie
CODECKS_ACCOUNT=your_account_slug

Tokens

Variable

Source

Expires

CODECKS_TOKEN

Browser DevTools > Cookie at

Yes (refresh periodically)

CODECKS_REPORT_TOKEN

codecks-cli generate-token

No

CODECKS_ACCESS_KEY

Codecks settings

No

CODECKS_USER_ID

Auto-discovered if unset

N/A

Optional Settings

Variable

Default

Description

CODECKS_MCP_RESPONSE_MODE

legacy

legacy or envelope response format

CODECKS_HTTP_TIMEOUT_SECONDS

30

Request timeout

CODECKS_HTTP_MAX_RETRIES

2

Retry count for idempotent requests

IDE Setup

Claude Code

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

Cursor

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

Tools (38)

Read (10)

get_account, list_cards, get_card, list_decks, list_projects, list_milestones, list_tags, list_activity, pm_focus, standup

Hand (3)

list_hand, add_to_hand, remove_from_hand

Mutation (8)

create_card, update_cards, mark_done, mark_started, archive_card, unarchive_card, delete_card, scaffold_feature, split_features

Comments (5)

create_comment, reply_comment, close_comment, reopen_comment, list_conversations

PM Session (3)

get_pm_playbook, get_workflow_preferences, save_workflow_preferences

Planning (4)

planning_init, planning_status, planning_update, planning_measure

Registry (2)

get_tag_registry, get_lane_registry

Feedback (2)

save_cli_feedback, get_cli_feedback

Security

  • Prompt injection detection (6 regex patterns)

  • [USER_DATA] boundary tagging on all user-authored content

  • Input validation (length limits, control character stripping)

  • UUID validation on all card IDs

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    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.
    38
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for Framedeck — a Kanban content production manager for YouTube, Instagram, TikTok and Podcast creators. 32 tools to manage productions, stages, frames, checklists, comments, labels, and time tracking, with full MCP safety annotations.
    16
    1
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    MCP server for the Zube.io project management API, exposing boards, cards, epics, tickets, sprints, and workspaces as tools for AI assistants.
    42
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rangogamedev/codecks-mcp-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server