71
/ 100
13 days ago
glama

Flight Control MCP Server

Provides read-only access to query and retrieve information about devices, fleets, events, and configurations managed by Flight Control through a safe integration layer supporting filtering and selector-based queries.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configFLIGHTCTL_CLI_DIR
configMCP_TRANSPORT"": "streamable-http",
configMCP_HOST"": "0.0.0.0",
configMCP_PORT"": "8000"
configMCP_PATHPath for the MCP endpoint - Optional (defaults to /mcp for streamable-http)
configLOG_LEVEL"": "INFO",
configAPI_BASE_URL"": "https://api.flightctl.example.com",
configOIDC_TOKEN_URL"": "https://auth.flightctl.example.com/realms/flightctl/protocol/openid-connect/token",
configOIDC_CLIENT_ID"": "flightctl",
🔐 secretREFRESH_TOKEN"": "REDACTED",
configINSECURE_SKIP_VERIFY"": "false",
configCA_CERT_PATHPath to custom CA certificate file for SSL verification - Optional
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/flightctl-flightctl-mcp-1qkcy9)](https://m8ven.ai/mcp/flightctl-flightctl-mcp-1qkcy9)
commit: 3fbced9856d659d7df87ee1e943a42a1f96ee4a2
code hash: 538dc09e89b4379e5e22c7927b62fd330a039f1879af542857ef1f37a0de0752
verified: 6/17/2026, 12:47:04 PM
view raw JSON →