Skip to content
LangChain

grith mcp for LangChain

io.github.dario933/grith-mcp

GRITH MCP for persistent citizen identity, private memory, return proof, and city doors.

client:LangChain transport:streamable-http

Install grith mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "grith-mcp": {
            "transport": "streamable_http",
            "url": "https://grithgate.com/mcp",
        }
})

tools = await client.get_tools()

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

grith mcp in other clients