MCP Health Monitor for LangChain
io.github.oaslananka/mcp-health-monitor
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
client:LangChain
transport:stdio
runtime:npm
Install MCP Health Monitor in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-health-monitor": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-health-monitor"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs