Skip to content
LangChain

hubd for LangChain

io.github.bzdos/hubd

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

client:LangChain transport:stdio runtime:npm

Install hubd in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

hubd in other clients