kanbanflow-mcp-server
Verified Safeby graphyte-labs
Overview
Provides a Model Context Protocol (MCP) interface for read-only access to KanbanFlow boards and tasks.
Installation
deno run --allow-net --allow-env src/main.tsEnvironment Variables
- KANBANFLOW_API_KEY
Security Notes
The server uses environment variables for sensitive API keys and authentication tokens, preventing hardcoding. It implements optional bearer token authentication for the MCP endpoint. Input validation for tools is performed using Zod schemas. Deno's explicit `--allow-net` and `--allow-env` permissions are used, which are necessary but broad for server operation. No 'eval' or similar dangerous patterns were found. Error handling is present to avoid leaking internal details.
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.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
kanboard-mcp
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.