Back to Home
graphyte-labs icon

kanbanflow-mcp-server

Verified Safe

by graphyte-labs

Overview

Provides a Model Context Protocol (MCP) interface for read-only access to KanbanFlow boards and tasks.

Installation

Run Command
deno run --allow-net --allow-env src/main.ts

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-19

Tags

KanbanFlowMCPDenoAPIProject Management