Skip to content
LangChain

awesome coolify for LangChain

io.github.clezcoding/awesome-coolify

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

client:LangChain transport:stdio runtime:npm

Install awesome coolify in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "awesome-coolify": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "awesome-coolify-mcp"],
        }
})

tools = await client.get_tools()

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

awesome coolify in other clients