Skip to content
LangChain

The Deployer for LangChain

com.thedploy/deployer

Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.

client:LangChain transport:streamable-http runtime:npm tools:6

Install The Deployer in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "deployer": {
            "transport": "streamable_http",
            "url": "https://app.thedploy.com/api/v1/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

The Deployer in other clients