MCP Server
MCP
Aileron Journal
Read-only queries over Aileron audit journals: verify integrity, search recorded tool calls
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
By
Comments
Sign in to leave a comment