← Back to Plugins
MCP Server MCP

Aileron Journal

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx aileron

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "aileron",
      "version": "0.1.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Runs the read-only journal server. Aileron's other subcommands are CLI tools, not MCP servers.",
          "value": "serve",
          "type": "positional",
          "valueHint": "subcommand"
        },
        {
          "description": "Directory holding the journals to expose. Paths are confined to it, so nothing outside can be read.",
          "isRequired": true,
          "default": ".",
          "type": "named",
          "name": "--root"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...