Skip to content
LangChain

Gryz for LangChain

io.github.grtwo-jcansler/gryz

Cross-agent memory your users own, plus one-step doc publishing. Free with a Gryz account.

client:LangChain transport:streamable-http

Install Gryz in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "gryz": {
            "transport": "streamable_http",
            "url": "https://www.gryz.ai/api/mcp",
        }
})

tools = await client.get_tools()

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

Gryz in other clients