Planka MCP Server
by chmald
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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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