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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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