Skip to content
LangChain

hivelore for LangChain

io.github.doucs91/hivelore

Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.

client:LangChain transport:stdio runtime:npm

Install hivelore in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

hivelore in other clients