Aileron Journal for Cursor
io.github.aileron-sh/aileron
Read-only queries over Aileron audit journals: verify integrity, search recorded tool calls
client:Cursor
transport:stdio
runtime:pypi
Install Aileron Journal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aileron": {
"type": "stdio",
"command": "uvx",
"args": [
"aileron"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs