MCP Health Monitor for Zed
io.github.oaslananka/mcp-health-monitor
Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
client:Zed
transport:stdio
runtime:npm
Install MCP Health Monitor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-health-monitor"
],
"env": {
"HEALTH_MONITOR_DB": "<HEALTH_MONITOR_DB>",
"HEALTH_MONITOR_AUTO_CHECK": "<HEALTH_MONITOR_AUTO_CHECK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs