metrics (MCP Server)

GitHub

:chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "metrics": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-metrics"
      ]
    }
  }
}