Nexus Memory for LangChain
com.chibitek/nexus
Owner-scoped Nexus memory: search, facts, captures, KYC. Not Mochii's work graph.
client:LangChain
transport:streamable-http
Install Nexus Memory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"nexus": {
"transport": "streamable_http",
"url": "https://api.nexus.chibitek.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs