Skip to content
LangChain

Neonia: The Cloud Backend for AI Agents for LangChain

io.neonia/cloud-backend

Multiple MCP tools, persistent graph memory, token-saving data pointers, and more.

client:LangChain transport:streamable-http

Install Neonia: The Cloud Backend for AI Agents in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cloud-backend": {
            "transport": "streamable_http",
            "url": "https://mcp.neonia.io/mcp",
        }
})

tools = await client.get_tools()

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

Neonia: The Cloud Backend for AI Agents in other clients