HumanMirror Nexus for LangChain
fr.humanmirror/nexus
Outcome-first agent fallback: free discovery, minimal routing, declared costs, verified execution.
client:LangChain
transport:streamable-http
tools:6
Install HumanMirror Nexus in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"nexus": {
"transport": "streamable_http",
"url": "https://humanmirror.fr/api/nexus/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs