Dokploy MCP for LangChain
io.github.vcode-sh/dokploy-mcp
Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes
client:LangChain
transport:streamable-http
runtime:npm
Install Dokploy MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"dokploy-mcp": {
"transport": "streamable_http",
"url": "https://{remoteHost}{mcpPath}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs