Skip to main content
Glama
kakao-yanoo-kim

Prometheus MCP Server

프로메테우스 MCP 서버

대장간 배지

모델 컨텍스트 프로토콜 서버를 통해 Prometheus 데이터에 액세스할 수 있게 해주는 도구입니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Prometheus Data Access Server를 자동으로 설치하려면:

지엑스피1

수동 설치

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)

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access 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/kakao-yanoo-kim/prometheus-mcp-server-py'

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