Skip to main content
Glama

AI Drone Toolkit

MCP servers and tools for intelligent drone development (PX4 and beyond). The toolkit gives AI assistants (Cursor, Claude, etc.) structured tools to understand, debug, and reason about drone systems — starting with PX4 flight logs.

This is a uv workspace monorepo: shared logic lives in a core package, and each tool is a thin, independently usable layer on top of it.

Repository layout

Path

Description

packages/robotto-drone-core

Shared, MCP-agnostic parsers and utilities (PX4 ULog parsing today).

tools/px4-ulog-mcp

MCP server for inspecting PX4 ULog (.ulg) flight logs.

docs/

Project-wide documentation.

examples/

Runnable examples and demos.

Related MCP server: Log Analyzer MCP Server

Getting started

Requires Python 3.12+ and uv.

git clone https://github.com/robotto-xyz/ai-drone-toolkit.git
cd ai-drone-toolkit
uv sync --all-packages

This sets up a single virtual environment for the whole workspace. From there, work on any member, e.g. run the PX4 ULog MCP server:

uv run px4-ulog-mcp

Examples

Runnable scripts live in examples/ and drive the shared core package directly — no MCP client needed:

# Summarize a flight log (defaults to the PX4 sample fixture):
uv run python examples/analyze_ulog.py /absolute/path/to/flight.ulg

# Flag warnings/errors and the flight-mode timeline:
uv run python examples/flight_health_check.py /absolute/path/to/flight.ulg

See examples/README.md for details.

Documentation

License

MIT.

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

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/robotto-xyz/ai-drone-toolkit'

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