Skip to main content
Glama

alertmanager-mcp-server

Apache 2.0
7
  • Linux
  • Apple
smithery.yaml1.07 kB
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - alertmanagerUrl properties: alertmanagerUrl: type: string description: URL of the Prometheus Alertmanager server alertmanagerUsername: type: string description: Basic auth username (optional) alertmanagerPassword: type: string description: Basic auth password (optional) commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'alertmanager-mcp-server', env: { ALERTMANAGER_URL: config.alertmanagerUrl, ALERTMANAGER_USERNAME: config.alertmanagerUsername || '', ALERTMANAGER_PASSWORD: config.alertmanagerPassword || '' } }) exampleConfig: alertmanagerUrl: http://your-alertmanager:9093 alertmanagerUsername: your_username alertmanagerPassword: your_password

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ntk148v/alertmanager-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server