Skip to main content
Glama
CruGlobal

Flightdeck MCP Server

by CruGlobal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLIGHTDECK_BASE_URLYesBase URL of your Flightdeck instance
FLIGHTDECK_API_TOKENYesPersonal access token from Flightdeck

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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. title is required; all other fields optional. Related ids (state/cycle/parent/label) must belong to the same project; assignees must be workspace members.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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