Skip to content
LangChain

Hex Pm for LangChain

io.github.pipeworx-io/hex-pm

Hex.pm MCP — package registry for the Elixir & Erlang ecosystems.

client:LangChain transport:streamable-http

Install Hex Pm in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hex-pm": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/hex-pm/mcp",
        }
})

tools = await client.get_tools()

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

Hex Pm in other clients