CortexPlus for LangChain
io.cortexplus/cortexplus
Personal memory layer: files, notes, messages, tasks and email, semantically indexed.
client:LangChain
transport:streamable-http
tools:8
Install CortexPlus in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cortexplus": {
"transport": "streamable_http",
"url": "https://mcp.cortexplus.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs