Flightdeck MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLIGHTDECK_BASE_URL | Yes | Base URL of your Flightdeck instance | |
| FLIGHTDECK_API_TOKEN | Yes | Personal access token from Flightdeck |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_meA | Return the user, workspace and token behind the configured Flightdeck API token. Useful as a connectivity/health check. |
| list_projectsA | List the projects in the token's workspace (paginated). |
| get_projectA | Retrieve a single project by its id. |
| list_work_itemsA | List work items in a project (summary shape), ordered by sequence number. Paginated. |
| get_work_itemA | Retrieve one work item by id (full shape: description + assignees, labels, parent, cycle). |
| create_work_itemA | Create a work item in a project. |
| update_work_itemA | Update a work item by id. Only the fields you pass are changed. Pass cycle_id: null to remove it from its cycle. |
| delete_work_itemB | Permanently delete a work item by id. |
| list_cyclesA | List the cycles (sprints) of a project. Paginated. |
| get_cycleA | Retrieve one cycle by id (includes progress_percent). |
| list_modulesA | List the modules (feature groups) of a project. Paginated. |
| get_moduleA | Retrieve one module by id (includes progress_percent). |
| list_commentsA | List the comments on a work item, oldest first. Paginated. |
| create_commentA | Add a comment to a work item. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CruGlobal/flightdeck-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server