Skip to content
LangChain

hlix for LangChain

io.github.hlix-ai/hlix

Work with Hlix projects, tasks, cycles, comments, and verified reviews in one workspace.

client:LangChain transport:stdio runtime:npm

Install hlix in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hlix": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@hlix/mcp"],
        }
})

tools = await client.get_tools()

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

hlix in other clients