# Prometheus

**Type:** Official

**Source Type:** Local Package

**Source:** [PyPI](https://pypi.org/project/awslabs-prometheus-mcp-server/)

**Description:** Prometheus MCP server (AWS Managed Prometheus) provides AI assistants with access to your AWS Managed Prometheus workspace. It enables running PromQL queries, listing metrics, and inspecting workspace metadata using AWS SigV4 authentication.

**Configuration Parameters:**

* **AWS Region** \* - AWS region for the Prometheus workspace (e.g. `us-east-1`).
* **Workspace URL** (optional) - AWS Managed Prometheus workspace URL.
* **AWS Profile** (optional) - Name of an AWS CLI profile on the host (preferred).
* **AWS Access Key ID** (sensitive) (optional) - Use only with **AWS Secret Access Key** for static-key auth.
* **AWS Secret Access Key** (sensitive) (optional) - Pair with **AWS Access Key ID**.
* **AWS Session Token** (sensitive) (optional) - Optional — for STS temporary credentials.

**Setup Steps:**

1. In the AWS console, navigate to **Amazon Managed Service for Prometheus → Workspaces** and note the workspace URL and region.
2. Decide how the server will authenticate: AWS profile (preferred), static keys, or temporary STS credentials.
3. When creating the connection in Natoma, fill in the region (and either the profile or the access keys) and save.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/prometheus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
