orion for LangChain
io.github.goplasmatic/orion
Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.
client:LangChain
transport:stdio
runtime:oci
Install orion in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"orion": {
"transport": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/goplasmatic/orion-cli:1.1.0"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs