runx for LangChain
ai.runx/runx
The governed runtime for agent skills. Search the catalog and inspect a skill before running it.
client:LangChain
transport:streamable-http
tools:2
Install runx in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"runx": {
"transport": "streamable_http",
"url": "https://api.runx.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs