flightdeck-mcp-server

CruGlobal/flightdeck-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
Model Context Protocol (MCP) server for Flightdeck — gives AI assistants (Claude, Cursor, etc.) tools to manage projects, work items, cycles, modules and comments over the Flightdeck REST API. Published to npm as @cruglobal/flightdeck-mcp-server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flightdeck-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "CruGlobal/flightdeck-mcp-server"
      ]
    }
  }
}