Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host/interface to bind when running http or sse transports | 0.0.0.0 |
| MCP_PORT | No | Port to listen on when running http or sse transports | 8000 |
| MCP_TRANSPORT | No | Transport mode. One of stdio, http, or sse | stdio |
| ALERTMANAGER_URL | Yes | The URL of your Prometheus Alertmanager server | |
| ALERTMANAGER_PASSWORD | No | Password for basic authentication (optional) | |
| ALERTMANAGER_USERNAME | No | Username for basic authentication (optional) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_status | Get current status of an Alertmanager instance and its cluster |
| get_receivers | Get list of all receivers (name of notification integrations) |
| get_silences | Get list of all silences |
| post_silence | Post a new silence or update an existing one |
| get_silence | Get a silence by its ID |
| delete_silence | Delete a silence by its ID |
| get_alerts | Get a list of alerts |
| post_alerts | Create new alerts |
| get_alert_groups | Get a list of alert groups |