Skip to content
LangChain

bugherd mcp for LangChain

io.github.berckan/bugherd-mcp

BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.

client:LangChain transport:stdio runtime:npm

Install bugherd mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

bugherd mcp in other clients