Skip to content
LangChain

MemorySync Documentation for LangChain

io.memorysync/docs

Search and read the current MemorySync documentation while writing integration code.

client:LangChain transport:streamable-http tools:3

Install MemorySync Documentation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "docs": {
            "transport": "streamable_http",
            "url": "https://docs.memorysync.io/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

MemorySync Documentation in other clients