Skip to content
LangChain

Launch Engine — Business Execution OS for LangChain

io.github.zionhopkins/launch-engine

Agentic pipeline — 39 tools from idea to revenue for solo founders.

client:LangChain transport:stdio runtime:npm

Install Launch Engine — Business Execution OS in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Launch Engine — Business Execution OS in other clients