feat: add Claude Desktop native MCP for Prometheus/Grafana
This commit is contained in:
16
apps/ollama-mcp/claude-desktop/prometheus-mcp/package.json
Normal file
16
apps/ollama-mcp/claude-desktop/prometheus-mcp/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user