Loading subscription status...
{
"mcpServers": [
{
"alertmanager": {
"env": {
"ALERTMANAGER_URL": "http://your-alertmanager:9093",
"ALERTMANAGER_PASSWORD": "your_password",
"ALERTMANAGER_USERNAME": "your_username"
},
"args": [
"--directory",
"<full path to alertmanager-mcp-server directory>",
"run",
"src/alertmanager_mcp_server/server.py"
],
"command": "uv"
}
}
]
}