p-e relay for LangChain
io.github.zaebee/p-e
Read-only access to an append-only corpus of provenance-bearing coordination records.
client:LangChain
transport:stdio
runtime:oci
Install p-e relay in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"p-e": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/zaebee/p-e:0.3.1"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs