planka-mcp
Verified Safeby AcceleratedIndustries
Overview
Integrates AI clients with Planka kanban boards for task management and automation via a Model Context Protocol (MCP) server.
Installation
./target/release/planka-mcpEnvironment Variables
- PLANKA_URL
- PLANKA_TOKEN
- PLANKA_EMAIL
- PLANKA_PASSWORD
Security Notes
The server uses environment variables for sensitive data (Planka URL, authentication token/credentials), preventing hardcoding. It explicitly excludes destructive operations (`delete_card`, `delete_list`) from programmatic tool calling, requiring explicit user initiation for safety. Inputs are deserialized and validated for structure/presence of required arguments. The server is designed for local-only execution over stdin/stdout, reducing network exposure.
Similar Servers
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
rust-mcp-schema
Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, enabling developers to build robust MCP servers and clients.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.
kanboard-mcp
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.