nexus for LangChain
com.civic/nexus
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
client:LangChain
transport:streamable-http
Install nexus in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"nexus": {
"transport": "streamable_http",
"url": "https://nexus.civic.com/hub/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs