Skip to content

Aviation Accident Analysis MCP for Cursor

io.github.hzy9981/aviation-accident-analysis

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

client:Cursor transport:stdio runtime:pypi

Install Aviation Accident Analysis MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Aviation Accident Analysis MCP in other clients