프로메테우스 MCP 서버
모델 컨텍스트 프로토콜 서버를 통해 Prometheus 데이터에 액세스할 수 있게 해주는 도구입니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 Prometheus Data Access Server를 자동으로 설치하려면:
지엑스피1
수동 설치
설치 없이 실행
pipx run
사용하여 패키지를 설치하지 않고도 직접 실행할 수도 있습니다.
이는 테스트나 일회성 사용 시나리오에 유용합니다.
용법
명령줄 인수
--url
: Prometheus 서버 URL(필수)--username
: 기본 인증을 위한 사용자 이름(선택 사항)--password
: 기본 인증을 위한 비밀번호(선택 사항)--token
: 인증을 위한 토큰(선택 사항)--org-id
: 다중 테넌트 설정을 위한 조직 ID(선택 사항)--timeout
: 평가 시간 초과(초) (기본값: 30)--limit
: 반환되는 시리즈의 최대 개수(기본값: 1000)
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
사용자가 모델 컨텍스트 프로토콜 서버를 통해 Prometheus 메트릭 데이터에 액세스할 수 있도록 하는 도구로, 안전한 데이터 검색을 위한 인증 옵션을 지원합니다.
Related MCP Servers
- -securityAlicense-qualityMCP server for interacting with Prometheus metrics and data.Last updated -16MIT License
- -securityAlicense-qualityAn MCP server that enables Large Language Models to retrieve, analyze, and query metric data from Prometheus databases through pre-defined routes.Last updated -31MIT License
- AsecurityAlicenseAqualityProvides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.Last updated -5255MIT License
- -securityFlicense-qualityA tool that enables access to Prometheus metrics data through a Model Context Protocol server, allowing interaction with monitoring data using natural language.Last updated -