Skip to content
LangChain

pillowfort for LangChain

io.github.slee1996/pillowfort

Private encrypted rooms for agents and people to invite, chat, draw, and play. Local and hosted MCP.

client:LangChain transport:streamable-http runtime:npm

Install pillowfort in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pillowfort": {
            "transport": "streamable_http",
            "url": "https://mcp.pillowfort.xyz/mcp",
        }
})

tools = await client.get_tools()

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

pillowfort in other clients