Prometheus MCP
by etruong42
プロメテウスMCP
概念実証 Prometheus MCP サーバー。
前提条件
uvをインストール: https://docs.astral.sh/uv/getting-started/installation/
uvを使用すると、python をインストールすることもできます。
Related MCP server: Prem MCP Server
実行方法
このリポジトリをクローンします。
.envファイルを更新する
uv add "mcp[cli]" pillow google-auth matplotlib requests python-dotenvクロードとの統合
サーバーを実行するには
uv --directory "/directory/to/prometheus-mcp" run server.pyしたがって、このMCPサーバーをClaude MCPサーバー構成に追加することができます。
{
"mcpServers": {
"Prometheus MCP": {
"command": "/path/to/uv",
"args": [
"--directory",
"/directory/to/prometheus-mcp",
"run",
"server.py"
]
}
}
}Claude 固有の手順の詳細については、 MCP クイックスタートを参照してください。
デモ

Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/etruong42/prometheus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server