BugCatcher for LangChain
io.github.fdiosc/bugcatcher-mcp
Bug reports, AI diagnosis, and status management for Cursor, Claude, Windsurf.
client:LangChain
transport:stdio
runtime:npm
Install BugCatcher in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bugcatcher-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "bugcatcher-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs