prometheus-mcp-server and greptimedb-mcp-server
These two tools are competitors, as both are MCP servers that likely provide similar standardized interfaces for AI agents and LLMs to query and analyze time-series data, but they target different backend data stores: one for Prometheus and the other for GreptimeDB.
About prometheus-mcp-server
pab1it0/prometheus-mcp-server
A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.
Exposes PromQL query execution (instant and range queries) and metric discovery tools through MCP's standardized interface, supporting multiple authentication methods (basic auth, bearer tokens, mTLS) and transport modes (stdio, HTTP, SSE). Built in Python with Docker and Kubernetes deployment options, integrating seamlessly with MCP-compatible clients like Claude Desktop, VS Code, Cursor, and Windsurf for agentic metric analysis workflows.
About greptimedb-mcp-server
GreptimeTeam/greptimedb-mcp-server
A Model Context Protocol (MCP) server for GreptimeDB
Exposes SQL, TQL (PromQL-compatible), and time-series RANGE queries alongside pipeline and dashboard management tools, enabling AI assistants to perform observability analysis on metrics, logs, and traces. Implements application-level security gates (blocking DML/DDL operations), automatic data masking for sensitive columns, and audit logging. Supports multiple transport protocols (stdio, SSE, streamable-HTTP) with optional DNS rebinding protection for containerized deployments.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work