FoundryNet — Industrial Machine Intelligence for LangChain
io.github.foundrynet/forge-mcp
Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation.
client:LangChain
transport:streamable-http
Install FoundryNet — Industrial Machine Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"forge-mcp": {
"transport": "streamable_http",
"url": "https://foundrynet-mcp-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs