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). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codecks_list_cards | List all cards from Codecks. Optionally filter by deck name, project, and/or status. Returns derivedStatus for each card. |
| codecks_search_cards | Search cards by title or content within a project. |
| codecks_get_card | Get a specific card by its ID |
| codecks_list_projects | List all Codecks projects with their IDs. Use this to find a project ID for configuration. |
| codecks_list_decks | List all decks in a project with card counts and space info. Uses default project if not specified. |
| codecks_create_card | Create a new card in a deck. Specify either deckId or deckName (with optional project for name resolution). |
| codecks_create_deck | Create a new deck in a project, optionally in a specific space. |
| codecks_create_project | Create a new project in the Codecks organization. |
| codecks_update_card | Update the content of an existing card. |
| 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. Use this for cards that are done and no longer needed in active view. |
| codecks_unarchive_card | Unarchive a card, making it visible again. Use this to undo an accidental archive. |
| codecks_update_deck | Rename a deck by updating its title. |
| codecks_list_spaces | List all spaces in a project. Spaces are containers for organizing decks. |
| codecks_create_space | Create a new space in a project. Spaces are containers for organizing decks. |
| codecks_rename_space | Rename a space in a project. |
| codecks_delete_space | 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 | |