Skip to content
LangChain

runtime for LangChain

com.formatho/runtime

Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.

client:LangChain transport:streamable-http runtime:oci tools:26

Install runtime in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "runtime": {
            "transport": "streamable_http",
            "url": "https://mcp.formatho.com/mcp",
        }
})

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

All 26 tools →

runtime in other clients