Skip to content

Conversation

@yanmxa
Copy link
Contributor

@yanmxa yanmxa commented Aug 18, 2025

Summary

Add Prometheus (TypeScript) MCP server to the community servers section - a Model Context Protocol server that enables AI assistants to query Prometheus monitoring systems using natural language.

Server Details

  • Repository: https://github.com/yanmxa/prometheus-mcp-server
  • Description: Enable AI assistants to query Prometheus using natural language with TypeScript implementation
  • Key Features:
    • Natural language queries to Prometheus
    • TypeScript implementation for type safety
    • Multiple authentication methods
    • Real-time metrics access

Installation

npx prometheus-mcp-server

Example Usage

Users can ask natural language questions like:

  • "What's the current CPU usage across all servers?"
  • "Show me HTTP request rates for the last 6 hours"
  • "Which services have the highest memory consumption?"

The server automatically translates these into appropriate PromQL queries.

Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@olaservo olaservo merged commit bfa699f into modelcontextprotocol:main Aug 19, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants