codecks-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codecks-mcplist cards in the backlog deck"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: framedeck-mcp
Run
# stdio transport (default)
codecks-mcp
# or as a module
python -m codecks_mcpConfiguration
Create a .env file in your project root:
CODECKS_TOKEN=your_session_cookie
CODECKS_ACCOUNT=your_account_slugTokens
Variable | Source | Expires |
| Browser DevTools > Cookie | Yes (refresh periodically) |
|
| No |
| Codecks settings | No |
| Auto-discovered if unset | N/A |
Optional Settings
Variable | Default | Description |
|
|
|
|
| Request timeout |
|
| 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 contentInput 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.
This server cannot be installed
Maintenance
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
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
MCP server for progressive tool usage at any scale (see https://klavis.ai)
A MCP server built for developers enabling Git based project management with project and personal…
Related MCP Servers
- AlicenseBqualityFmaintenanceA 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.38MIT
- AlicenseBqualityDmaintenanceMCP 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.161MIT
- FlicenseBqualityDmaintenanceMCP server to interact with the Shortcut project management API, providing 73 tools for managing stories, epics, iterations, milestones, projects, and more.73-
- FlicenseCqualityDmaintenanceMCP 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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