another-planka-mcp
Verified Safeby roelven
Overview
Enables AI chat clients to read and update Planka kanban boards via the Model Context Protocol (MCP).
Installation
python mcp_server.pyEnvironment Variables
- PLANKA_BASE_URL
- PLANKA_API_TOKEN
- PLANKA_EMAIL
- PLANKA_PASSWORD
- PLANKA_API_KEY
Security Notes
The server correctly retrieves API credentials from environment variables (`PLANKA_API_TOKEN`, `PLANKA_EMAIL`/`PLANKA_PASSWORD`, `PLANKA_API_KEY`) ensuring sensitive information is not hardcoded. It uses `httpx` for network requests, which is a robust library. Permissions are inherited from the authenticated Planka user, so access is restricted to what the user can see/do in Planka. No obvious malicious patterns, `eval` usage, or obfuscation were found. Users should ensure `PLANKA_BASE_URL` points to a trusted Planka instance, preferably over HTTPS.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
aicode-toolkit
An MCP proxy server that aggregates multiple Model Context Protocol (MCP) servers, enabling on-demand tool discovery and execution, thereby significantly reducing AI agent token usage and improving context window efficiency by loading tools progressively.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.