Aileron Journal for LangChain
io.github.aileron-sh/aileron
Read-only queries over Aileron audit journals: verify integrity, search recorded tool calls
client:LangChain
transport:stdio
runtime:pypi
Install Aileron Journal in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aileron": {
"transport": "stdio",
"command": "uvx",
"args": ["aileron"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs