Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.
claude mcp add wardenpoint-mcp -- npx -y @wardenpoint/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"wardenpoint-mcp": {
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"wardenpoint-mcp": {
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wardenpoint-mcp": {
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"wardenpoint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"wardenpoint-mcp": {
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.WardenPoint--wardenpoint-mcp/reviews or the review_server meta-tool.
POST /mcp