Boat House for LangChain
com.boathousecloud/boathouse
Deploy and share small apps with team login, persistent data, versioned updates and domains.
client:LangChain
transport:streamable-http
tools:41
Install Boat House in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"boathouse": {
"transport": "streamable_http",
"url": "https://mcp.boathousecloud.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs