Back to Home
Fabric-Pro icon

fizzy-mcp

Verified Safe

by Fabric-Pro

Overview

Enables AI assistants (like Claude, Cursor, GitHub Copilot) to interact with Fizzy project management tools (boards, cards, comments, etc.) through natural language by acting as a Model Context Protocol (MCP) server.

Installation

Run Command
FIZZY_ACCESS_TOKEN="your-token-here" npx fizzy-mcp

Environment Variables

  • FIZZY_ACCESS_TOKEN
  • FIZZY_BASE_URL
  • PORT
  • MCP_TRANSPORT
  • MCP_ALLOWED_ORIGINS
  • MCP_AUTH_TOKEN
  • MCP_BIND_ALL_INTERFACES
  • LOG_LEVEL
  • RATE_LIMIT_RPM
  • ENABLE_CACHE
  • ENABLE_RATE_LIMIT

Security Notes

The server implements robust security measures, including explicit origin validation, per-user authentication using Authorization: Bearer headers (for HTTP/SSE transports), optional client-level authentication via MCP_AUTH_TOKEN, and default localhost-only binding. Tool execution is safely mapped via a switch statement, avoiding dynamic code execution (e.g., eval). Rate limiting is available for Cloudflare deployments. Security warnings are logged for insecure configurations. Fizzy access tokens are read from environment variables or per-request headers, not hardcoded. Overall, a well-secured design with strong emphasis on multi-user isolation and access control.

Similar Servers

Stats

Interest Score20
Security Score9
Cost ClassLow
Avg Tokens1
Stars7
Forks2
Last Update2025-12-19

Tags

mcpfizzybasecampai-integrationproject-managementtask-managementapi-clientide-tool