Planka MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP port used when MCP_TRANSPORT=sse | 3001 |
| MCP_TRANSPORT | No | MCP transport mode: stdio or sse | stdio |
| PLANKA_API_KEY | No | Planka API key sent as X-Api-Key | |
| PLANKA_BASE_URL | Yes | Your Planka instance URL | http://localhost:3000 |
| PLANKA_PASSWORD | No | Planka password | |
| PLANKA_USERNAME | No | Planka username or email | |
| ENABLE_ALL_TOOLS | No | Enable all 27 tools | false |
| ENABLE_ADMIN_TOOLS | No | Enable admin tools | false |
| ENABLE_OPTIONAL_TOOLS | No | Enable optional tools | false |
| PLANKA_HTTP_MAX_RETRIES | No | Max retry attempts for transient HTTP/network failures per request | 2 |
| PLANKA_HTTP_RETRY_BASE_DELAY_MS | No | Base retry delay in milliseconds (exponential backoff) | 250 |
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 |
|---|---|
| authB | Authentication operations for login flows, token management, and terms acceptance. |
| bootstrapB | Get Planka application bootstrap data including current user, projects, boards, and notifications. |
| projectsB | Manage Planka projects. Projects are top-level containers for boards. |
| boardsC | Manage Planka boards. Boards contain lists and cards for organizing work. |
| listsB | Manage Planka lists. Lists are columns on a board that contain cards. |
| cardsC | Manage Planka cards. Cards are individual work items on a board. |
| commentsC | Manage comments on Planka cards. |
| tasksB | Manage task lists and tasks on Planka cards. Tasks are checklist items within a card. |
| labelsB | Manage labels on Planka boards and cards. Labels help categorize and filter cards. |
| cardMembersC | Manage user assignments on Planka cards. |
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/chmald/planka-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server