Prometheus MCP Server
@kakao-yanoo-kim
关于 Prometheus MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"prometheus-mcp-server-py": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kakao-yanoo-kim/prometheus-mcp-server-py",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Prometheus MCP Server?
A tool that allows access to Prometheus data through a Model Context Protocol server. It is intended for users who need to query Prometheus metrics from MCP‑compatible clients like Claude.
How to use Prometheus MCP Server?
Install automatically via Smithery, manually with pipx install, or run without installation using pipx run. Configure with command‑line arguments: --url (required), optional --username/--password, --token, --org-id, --timeout, and --limit.
Key features of Prometheus MCP Server
- Supports basic authentication (username/password) and token authentication
- Configurable evaluation timeout and maximum series limit
- Multi‑tenant support via organization ID (
--org-id) - Can be run without permanent installation using
pipx run - Provides direct access to Prometheus data through the MCP protocol
Use cases of Prometheus MCP Server
- Query Prometheus metrics from within AI assistants that support MCP
- Perform ad‑hoc analysis of monitoring data without a permanent install
- Integrate Prometheus monitoring data into automated workflows
FAQ from Prometheus MCP Server
What authentication methods are supported?
Basic authentication with --username/--password or token authentication with --token.
How do I specify the Prometheus server URL?
Use the --url command‑line argument with the full URL (e.g., http://your-prometheus-server:9090).
What are the default values for --timeout and --limit?
The default timeout is 30 seconds; the default limit is 1000 returned series.
Can I use the server without installing it?
Yes, by running pipx run --spec git+https://github.com/kakao-yanoo-kim/prometheus-mcp-server-py.git prometheus-mcp --url ....
Does the server support multi‑tenant Prometheus?
Yes, by providing the --org-id argument for the organization ID.
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论