Skip to content
LangChain

Ploi Cloud for LangChain

io.github.ploicloud/ploi-cloud

European cloud hosting. Deploy and manage apps with your favorite AI coding assistant.

client:LangChain transport:streamable-http

Install Ploi Cloud in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ploi-cloud": {
            "transport": "streamable_http",
            "url": "https://ploi.cloud/mcp",
        }
})

tools = await client.get_tools()

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

Ploi Cloud in other clients