Skip to content
LangChain

ahel for LangChain

io.ahel/ahel

Your apps, skills, MCP servers and keys from ahel.ai, served to Claude, ChatGPT, Cursor and Codex.

client:LangChain transport:streamable-http

Install ahel in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ahel": {
            "transport": "streamable_http",
            "url": "https://mcp.ahel.ai",
        }
})

tools = await client.get_tools()

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

ahel in other clients