flow nexus for LangChain
io.github.ruvnet/flow-nexus
Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation
client:LangChain
transport:stdio
runtime:npm
Install flow nexus in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"flow-nexus": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "flow-nexus"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs