Skip to content
Claude Desktop

HivePulse for Claude Desktop

io.github.srotzin/hivepulse

Real-time health monitoring and heartbeat tracking for agent services

client:Claude Desktop transport:streamable-http

Install HivePulse in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hivepulse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hivepulse-y7li.onrender.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

HivePulse in other clients