Skip to main content
Glama

Flight Logger MCP

MCP server for flight logger mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Flight Logger MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

log_flight

Log a completed drone/aircraft flight with full telemetry data.

flight_summary

Get flight history and statistics for a drone or all drones.

compliance_report

Generate a compliance report for a drone — regulatory adherence, altitude violat

list_drones

List all registered drones and their flight statistics.

Installation

pip install meok-flight-logger-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "flight-logger": {
      "command": "python",
      "args": ["-m", "meok_flight_logger_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 4 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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/CSOAI-ORG/flight-logger-mcp'

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