Skip to content
LangChain

Plant-Based Nutrition Protocols for LangChain

io.github.rabyavalla/nutrition-protocols

Evidence-based plant-based food-as-medicine protocols for 47 chronic conditions. ACLM-aligned.

client:LangChain transport:streamable-http tools:2

Install Plant-Based Nutrition Protocols in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "nutrition-protocols": {
            "transport": "streamable_http",
            "url": "https://web-production-ae61.up.railway.app/mcp/nutrition-protocols",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Plant-Based Nutrition Protocols in other clients