loading…
Search for a command to run...
loading…
Flight Logger - MCP server providing AI-powered tools and automation by MEOK AI Labs
Flight Logger - MCP server providing AI-powered tools and automation by MEOK AI Labs
Flight Logger MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-flight-logger-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"flight-logger": {
"command": "python",
"args": ["-m", "meok_flight_logger_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"flight-logger-mcp": {
"command": "npx",
"args": []
}
}
}