Skip to main content
Glama
kakao-yanoo-kim

Prometheus MCP Server

Prometheus MCP 服务器

铁匠徽章

一种允许通过模型上下文协议服务器访问 Prometheus 数据的工具。

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Prometheus 数据访问服务器:

npx -y @smithery/cli install @kakao-yanoo-kim/prometheus-mcp-server-py --client claude

手动安装

pipx install git+https://github.com/kakao-yanoo-kim/prometheus-mcp-server-py.git

无需安装即可运行

您也可以使用pipx run直接运行该包而无需安装它:

pipx run --spec git+https://github.com/kakao-yanoo-kim/prometheus-mcp-server-py.git prometheus-mcp --url http://your-prometheus-server:9090

这对于测试或一次性使用场景很有用。

Related MCP server: Prometheus MCP Server

用法

# Command line arguments
prometheus-mcp --url http://your-prometheus-server:9090 \
  --username username \
  --password password
# Or
prometheus-mcp --url http://your-prometheus-server:9090 \
  --token your-token

命令行参数

  • --url :Prometheus 服务器 URL(必需)

  • --username :基本身份验证的用户名(可选)

  • --password :基本身份验证的密码(可选)

  • --token :身份验证令牌(可选)

  • --org-id :多租户设置的组织 ID(可选)

  • --timeout :评估超时(秒)(默认值:30)

  • --limit :返回系列的最大数量(默认值:1000)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.

  • The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.

  • Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Provides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.
    6
    513
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A tool that enables access to Prometheus metrics data through a Model Context Protocol server, allowing interaction with monitoring data using natural language.
    MIT
  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that enables AI assistants to query Prometheus metrics, discover available data, and analyze system performance through natural language interactions.
    5
    85
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to execute PromQL queries and discover metrics across multiple Prometheus tenants using the Model Context Protocol. It supports single and multi-tenant configurations with secure authentication for instant and range query analysis.
    MIT

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/kakao-yanoo-kim/prometheus-mcp-server-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server