MCP.so
Sign In

Prometheus MCP

@etruong42

About Prometheus MCP

MCP server to connect LLMs with Prometheus HTTP API

Basic information

Category

Developer Tools

License

MIT

Runtime

python

Transports

stdio

Publisher

etruong42

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Prometheus MCP": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/directory/to/prometheus-mcp",
        "run",
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Prometheus MCP?

A proof-of-concept MCP server for Prometheus, designed to integrate Prometheus queries with AI assistants like Claude.

How to use Prometheus MCP?

Install the uv package manager (and Python if needed), clone the repository, update the .env file, and run the server using uv --directory "/path/to/prometheus-mcp" run server.py. Then add the server to your Claude Desktop MCP configuration using the provided JSON block.

Key features of Prometheus MCP

  • Proof-of-concept MCP server for Prometheus
  • Integrates with Claude Desktop via MCP protocol
  • Uses uv for dependency management and execution
  • Requires a .env file for configuration

Use cases of Prometheus MCP

FAQ from Prometheus MCP

Comments

More Developer Tools MCP servers