UNPKG

alertmanager-mcp

Version:

Prometheus Alertmanager MCP Server for Claude AI integration

44 lines (43 loc) 935 B
{ "name": "alertmanager-mcp", "version": "1.0.1", "author": "kaznak<kaznak.at.work@ipebble.org>", "license": "MIT", "keywords": [ "mcp", "prometheus", "alertmanager", "claude", "ai" ], "description": "Prometheus Alertmanager MCP Server for Claude AI integration", "repository": { "type": "git", "url": "git+https://github.com/kaznak/alertmanager-mcp.git" }, "main": "build/index.js", "type": "module", "bin": { "alertmanager-mcp": "./build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" }, "engines": { "node": ">=18.0.0" } }