MCP Catalogs
Home

mcp-server-prometheus vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-prometheus
by loglmhq
time
by modelcontextprotocol
Stars★ 17★ 85,748
30d uses
Score3477
Official
Categories
MonitoringDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit17 mo agothis month

mcp-server-prometheus · Summary

MCP server that bridges Claude with Prometheus metrics and data.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-server-prometheus · Use cases

  • Monitoring system performance by querying Prometheus metrics directly from Claude
  • Automating alert and report generation based on metric thresholds
  • Troubleshooting infrastructure issues through conversational metric analysis

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mcp-server-prometheus · Install

Installation

  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. Configure for Claude Desktop:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-prometheus": {
      "command": "/path/to/mcp-server-prometheus/build/index.js",
      "env": {
        "PROMETHEUS_URL": "http://your-prometheus-instance:9090"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.