{ "name": "prometheus-grafana-mcp", "version": "1.0.0", "description": "Claude Desktop MCP server for Prometheus and Grafana", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0" }, "author": "Vladimiras Levinas", "license": "MIT" }