MCP Server
Maintained
MIT
io.github.dbsectrainer/mcp-server-health-monitor MCP Server
io.github.dbsectrainer/mcp-server-health-monitor
What is the io.github.dbsectrainer/mcp-server-health-monitor MCP server?
Health monitoring for all your MCP servers
How to install io.github.dbsectrainer/mcp-server-health-monitor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
YOUR_API_KEYrequiredsecretYour API key for the service
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-health-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-health-monitor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-health-monitor"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Claude Code
claude mcp add mcp-server-health-monitor --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> -- npx -y mcp-server-health-monitorRelated MCP servers
io.github.dbsectrainer/mcp-eval-runner
Maintained
A standardized testing harness for MCP servers and agent workflows
0
View repository →TypeScript
MIT