float-mcp
Verified Safeby asachs01
Overview
Provides a Model Context Protocol (MCP) server for Float.com, enabling AI assistants to manage project management, resource allocation, time tracking, and team coordination.
Installation
docker run --rm -i -e FLOAT_API_KEY=your_float_api_key_here -e LOG_LEVEL=debug ghcr.io/asachs01/float-mcp:latestEnvironment Variables
- FLOAT_API_KEY
- FLOAT_API_BASE_URL
- PORT
- NODE_ENV
- LOG_LEVEL
- LOG_FORMAT
- RATE_LIMIT_WINDOW_MS
- RATE_LIMIT_MAX_REQUESTS
- HEALTH_CHECK_INTERVAL
- HEALTH_CHECK_TIMEOUT
Security Notes
The server securely retrieves the Float API key from environment variables (FLOAT_API_KEY) and implements robust error handling, including rate limiting with exponential backoff. There are no signs of 'eval' or code obfuscation. A minor point is deducted for the 'test-api-key' default in development config, though it's correctly overridden in non-test environments.
Similar Servers
plane-mcp-server
Provides AI agents with tools to interact with Plane APIs for project and work item management.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
kanboard-mcp
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.