Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HTTP_PORT | No | Port for the HTTP server (only in HTTP mode) | 3001 |
MCP_SERVER_TYPE | No | Server execution mode ('stdio' or 'http') | stdio |
PLANKA_BASE_URL | Yes | URL base of Planka (e.g., 'http://localhost:3000') | |
PLANKA_AGENT_EMAIL | Yes | Email of the user for authentication in Planka | |
PLANKA_AGENT_PASSWORD | Yes | Password of the user for authentication in Planka |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
mcp_kanban_project_board_manager | Manage projects and boards with various operations |
mcp_kanban_list_manager | Manage kanban lists with various operations |
mcp_kanban_card_manager | Manage kanban cards with various operations |
mcp_kanban_stopwatch | Manage card stopwatches for time tracking |
mcp_kanban_label_manager | Manage kanban labels with various operations |
mcp_kanban_task_manager | Manage kanban tasks with various operations |
mcp_kanban_comment_manager | Manage card comments with various operations |
mcp_kanban_membership_manager | Manage board memberships with various operations |