Codecks MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODECKS_URL | Yes | Your Codecks organization URL (e.g., yourteam.codecks.io). | |
| CODECKS_TOKEN | Yes | Your auth token. Found in browser cookies as 'at' for your Codecks domain. | |
| CODECKS_USER_ID | Yes | Your Codecks user ID, required for create and update operations. | |
| CODECKS_DEFAULT_PROJECT | No | Optional: Default project filter (can be overridden per-call). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codecks_list_cardsB | List all cards from Codecks. Optionally filter by deck name, project, and/or status. Returns derivedStatus for each card. |
| codecks_search_cardsC | Search cards by title or content within a project. |
| codecks_get_cardC | Get a specific card by its ID |
| codecks_list_projectsA | List all Codecks projects with their IDs. Use this to find a project ID for configuration. |
| codecks_list_decksA | List all decks in a project with card counts and space info. Uses default project if not specified. |
| codecks_create_cardB | Create a new card in a deck. Specify either deckId or deckName (with optional project for name resolution). |
| codecks_create_deckB | Create a new deck in a project, optionally in a specific space. |
| codecks_create_projectC | Create a new project in the Codecks organization. |
| codecks_update_cardC | Update the content of an existing card. |
| codecks_move_cardC | Move a card to a different deck. |
| codecks_complete_cardC | Mark a card as complete or incomplete. |
| codecks_archive_cardB | Archive a card. Use this for cards that are done and no longer needed in active view. |
| codecks_unarchive_cardA | Unarchive a card, making it visible again. Use this to undo an accidental archive. |
| codecks_update_deckC | Rename a deck by updating its title. |
| codecks_list_spacesC | List all spaces in a project. Spaces are containers for organizing decks. |
| codecks_create_spaceC | Create a new space in a project. Spaces are containers for organizing decks. |
| codecks_rename_spaceC | Rename a space in a project. |
| codecks_delete_spaceA | Delete a space from a project. Cannot delete the default space (ID 1). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/microkorg/Codecks-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server