drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/MCP Health Monitor
M

MCP Health Monitor

Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
npx -y health-monitor-mcp
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO
Auth
Not captured
Capabilities
0 tools, 0 resources, 0 prompts
Related
KiCad MCP Pro, easyeda-mcp-pro, infra-lens-mcp

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like MCP Health Monitor.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO
Command
npx -y health-monitor-mcp
Environment
{ "HEALTH_MONITOR_DB": "YOUR_VALUE_HERE", "HEALTH_MONITOR_AUTO_CHECK": "YOUR_VALUE_HERE", "HEALTH_MONITOR_RETENTION_DAYS": "YOUR_VALUE_HERE", "HEALTH_MONITOR_MAX_CONCURRENCY": "YOUR_VALUE_HERE", "GITHUB_TOKEN": "YOUR_SECRET_VALUE", "GITLAB_TOKEN": "YOUR_SECRET_VALUE", "HEALTH_MONITOR_GITLAB_BASE_URL_ALLOWLIST": "YOUR_VALUE_HERE", "HEALTH_MONITOR_HTTP_TARGET_ALLOWLIST": "YOUR_VALUE_HERE" }

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "io-github-oaslananka-health-monitor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "health-monitor-mcp"
      ],
      "env": {
        "HEALTH_MONITOR_DB": "YOUR_VALUE_HERE",
        "HEALTH_MONITOR_AUTO_CHECK": "YOUR_VALUE_HERE",
        "HEALTH_MONITOR_RETENTION_DAYS": "YOUR_VALUE_HERE",
        "HEALTH_MONITOR_MAX_CONCURRENCY": "YOUR_VALUE_HERE",
        "GITHUB_TOKEN": "YOUR_SECRET_VALUE",
        "GITLAB_TOKEN": "YOUR_SECRET_VALUE",
        "HEALTH_MONITOR_GITLAB_BASE_URL_ALLOWLIST": "YOUR_VALUE_HERE",
        "HEALTH_MONITOR_HTTP_TARGET_ALLOWLIST": "YOUR_VALUE_HERE"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is MCP Health Monitor?+

MCP Health Monitor is an MCP server for Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics. It supports STDIO transport.

How do I install MCP Health Monitor?+

Use the generated config in Install. This server runs with npx -y health-monitor-mcp; add any required environment variables before starting your client.

How do I add MCP Health Monitor to Claude Desktop?+

Choose the Claude Desktop tab in Install and copy the config for npx -y health-monitor-mcp. Add required environment variables before starting Claude Desktop.

How do I add MCP Health Monitor to Claude Code?+

Choose the Claude Code tab in Install and copy the config for npx -y health-monitor-mcp. Add required environment variables before starting Claude Code.

How do I use MCP Health Monitor with Codex?+

Choose the Codex tab in Install and copy the config for npx -y health-monitor-mcp. Add required environment variables before starting Codex.

How do I add MCP Health Monitor to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install and copy the config for npx -y health-monitor-mcp. Add required environment variables before starting Cursor or VS Code.

What endpoint and transport does MCP Health Monitor use?+

MCP Health Monitor uses STDIO transport. Use the package or command config in Install.

What tools and resources does MCP Health Monitor expose?+

MCP Health Monitor inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does MCP Health Monitor require authentication?+

MCP Health Monitor does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.

Related MCPs

KiCad MCP ProProduction-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.easyeda-mcp-proMCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.infra-lens-mcpSSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.MCP Debug RecorderRecord debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.ssh-mcp-proSecure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.SSH MCP ToolSecure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

Profile notes

  • Package: Npm health-monitor-mcp v1.4.0
  • Environment variable: HEALTH_MONITOR_DB
  • Environment variable: HEALTH_MONITOR_AUTO_CHECK
  • Environment variable: HEALTH_MONITOR_RETENTION_DAYS
  • Environment variable: HEALTH_MONITOR_MAX_CONCURRENCY
  • Environment variable: GITHUB_TOKEN (secret)
  • Environment variable: GITLAB_TOKEN (secret)
  • Environment variable: HEALTH_MONITOR_GITLAB_BASE_URL_ALLOWLIST
  • Environment variable: HEALTH_MONITOR_HTTP_TARGET_ALLOWLIST

Packages

PackageRegistryVersionInputs
health-monitor-mcp

stdio

npm1.4.0

Env: HEALTH_MONITOR_DB

Env: HEALTH_MONITOR_AUTO_CHECK

Env: HEALTH_MONITOR_RETENTION_DAYS

Env: HEALTH_MONITOR_MAX_CONCURRENCY

Env: GITHUB_TOKEN secret

Env: GITLAB_TOKEN secret

Env: HEALTH_MONITOR_GITLAB_BASE_URL_ALLOWLIST

Env: HEALTH_MONITOR_HTTP_TARGET_ALLOWLIST

Details

Version
1.4.0
Repository
https://github.com/oaslananka/health-monitor-mcp
Updated
Jul 22, 2026