Zeus Memory — Enterprise Intelligence Platform for LangChain
io.analyticlabs/zeus-memory
Enterprise memory, search, and context for frontier AI. 38 tools for business intelligence.
client:LangChain
transport:streamable-http
Install Zeus Memory — Enterprise Intelligence Platform in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"zeus-memory": {
"transport": "streamable_http",
"url": "https://zeus.aldc.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs