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: Promethean OS 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
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.
Latest Blog Posts
- 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