LaunchChair for LangChain
io.launchchair/agent
Plan, validate, and build products and features with LaunchChair.
client:LangChain
transport:stdio
runtime:npm
Install LaunchChair in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@launchchair/agent"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs