Skip to content
LangChain

aethereum for LangChain

io.github.br9704/aethereum

The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.

client:LangChain transport:streamable-http runtime:npm

Install aethereum in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "aethereum": {
            "transport": "streamable_http",
            "url": "https://www.aethereum.dev/api/mcp",
        }
})

tools = await client.get_tools()

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

aethereum in other clients