Odel
Aileron Journal

Aileron Journal

Local
@aileron-sh1PythonApache-2.0Updated 6 days ago

Read-only queries over Aileron audit journals: verify integrity, search recorded tool calls

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).

PyPIaileronv0.1.5

Run

uvx aileron

MCP client config

{
  "mcpServers": {
    "aileron-journal": {
      "command": "uvx",
      "args": [
        "aileron"
      ]
    }
  }
}