Skip to main content
Glama
flightctl

Flight Control MCP Server

Official
by flightctl

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind to for HTTP transports. Optional - defaults to 127.0.0.1.127.0.0.1
MCP_PATHNoPath for the MCP endpoint. Optional - defaults to /mcp for streamable-http./mcp
MCP_PORTNoPort to listen on for HTTP transports. Optional - defaults to 8000.8000
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR). Optional - defaults to INFO.INFO
API_BASE_URLNoBase URL for the Flight Control API (e.g., https://api.flightctl.example.com). Optional - can be read from config file.
CA_CERT_PATHNoPath to custom CA certificate file for SSL verification. Optional.
MCP_LOG_LEVELNoServer log level (debug, info, warning, error). Optional - defaults to info.info
MCP_TRANSPORTNoTransport mechanism (stdio, sse, streamable-http). Optional - defaults to stdio.stdio
REFRESH_TOKENNoOAuth2 refresh token for authentication. Optional - can be read from config file.
OIDC_CLIENT_IDNoOIDC client identifier. Optional - defaults to 'flightctl'.flightctl
OIDC_TOKEN_URLNoFull URL to the OIDC token endpoint (e.g., https://auth.flightctl.example.com/realms/flightctl/protocol/openid-connect/token). Optional - can be read from config file.
INSECURE_SKIP_VERIFYNoSkip SSL certificate verification (true/false). Optional - can be read from config file.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/flightctl/flightctl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server