Odel
Aviation Accident Analysis MCP

Aviation Accident Analysis MCP

Local
@hzy9981PythonUpdated 1mo ago

Aviation accident report parsing and prompt generation service under the SHELL framework.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIaviation-accident-analysisv0.1.0

Run

uvx aviation-accident-analysis

MCP client config

{
  "mcpServers": {
    "aviation-accident-analysis-mcp": {
      "command": "uvx",
      "args": [
        "aviation-accident-analysis"
      ]
    }
  }
}