feat: add Claude Desktop native MCP for Prometheus/Grafana

This commit is contained in:
Claude AI
2026-03-02 09:19:17 +00:00
parent d65fce12b9
commit df13f818c0

View File

@@ -0,0 +1,16 @@
{
"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"
}