loading…
Search for a command to run...
loading…
Enables AI assistants to interact with Codecks project management for querying cards, creating tasks, and managing game development workflows. It supports compr
Enables AI assistants to interact with Codecks project management for querying cards, creating tasks, and managing game development workflows. It supports comprehensive operations for cards, decks, spaces, and projects through natural language commands.
An MCP (Model Context Protocol) server that lets AI assistants interact with Codecks project management. Query cards, create tasks, update status, and manage your game dev workflow directly from Claude or other MCP-compatible AI tools.
Repository: github.com/microkorg/Codecks-MCP
git clone https://github.com/microkorg/Codecks-MCP.git
cd Codecks-MCP
Then run the setup script for your platform:
setup.batbash setup.shThis installs dependencies and creates your .env config file. See Configuration below for how to find your token and user ID.
Edit .env with your Codecks credentials:
# Required: Your auth token (see below for how to find it)
CODECKS_TOKEN=your_token_here
# Required: Your Codecks organization URL
CODECKS_URL=yourteam.codecks.io
# Optional: Default project filter (can be overridden per-call)
CODECKS_DEFAULT_PROJECT=My Project
# Required for create/update operations
CODECKS_USER_ID=your_user_id_here
at and copy its valueapi.codecks.io/dispatch/cards/createuserId field is your user IDAdd to your .claude/settings.json:
{
"mcpServers": {
"codecks": {
"command": "node",
"args": ["/path/to/codecks-mcp/index.js"],
"cwd": "/path/to/codecks-mcp"
}
}
}
Optionally, prevent Claude from reading your credentials:
{
"deny": ["path/to/codecks-mcp/.env"]
}
| Tool | Description |
|---|---|
codecks_list_cards |
List all cards, optionally filter by deck name, project, and/or status |
codecks_search_cards |
Search cards by title or content |
codecks_get_card |
Get a specific card by ID |
codecks_create_card |
Create a new card in a deck (by ID or name) |
codecks_update_card |
Update card content |
codecks_move_card |
Move a card to a different deck |
codecks_complete_card |
Mark a card as complete or incomplete |
codecks_archive_card |
Archive a card |
codecks_unarchive_card |
Unarchive a card, making it visible again |
| Tool | Description |
|---|---|
codecks_list_decks |
List all decks in a project with card counts and space info |
codecks_create_deck |
Create a new deck, optionally in a specific space |
codecks_update_deck |
Rename a deck |
| Tool | Description |
|---|---|
codecks_list_spaces |
List all spaces in a project |
codecks_create_space |
Create a new space (deck container) |
codecks_rename_space |
Rename a space |
codecks_delete_space |
Delete a space (cannot delete the default space) |
| Tool | Description |
|---|---|
codecks_list_projects |
List all projects in your organization |
codecks_create_project |
Create a new project |
Once configured, you can ask Claude things like:
The at cookie token may expire. If you start getting authentication errors, grab a fresh token from your browser cookies.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"codecks-mcp-server": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also