yshngg/pmcp
by Various
A Prometheus Model Context Protocol Server.
MCP
yshngg/pmcp
Added 1 June 2026
Overview
A Prometheus Model Context Protocol server written in Go. It exposes Prometheus metric metadata through the Model Context Protocol for querying by compatible clients.
Best for
Best for
Developers needing to expose Prometheus metric metadata via the Model Context Protocol
Use cases
- Expose Prometheus metric descriptions and labels via MCP
- Integrate Prometheus observability with MCP-based toolchains
- Query metric context from Prometheus instances over MCP
How to use
Install
go install github.com/yshngg/prometheus-mcp-server@latest Tools exposed
instant_queryrange_queryfind_series_by_labelslist_label_nameslist_label_valuestarget_metadata_querymetric_metadata_querytarget_discoveryalert_queryrule_queryalertmanager_discoverytsdb_snapshotdelete_seriesclean_tombstoneshealth_checkreadiness_checkreloadquitall-available-metrics
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "prometheus": {\n "command": "prometheus-mcp-server",\n "args": ["--prom-addr", "http://localhost:9090"]\n }\n }\n} Notes
A Prometheus Model Context Protocol server written in Go. It exposes Prometheus metric metadata through the Model Context Protocol for querying by compatible clients.
3 stars on GitHub. Last updated 2026-05-29. Licensed Apache-2.0.
Use cases
- Expose Prometheus metric descriptions and labels via MCP
- Integrate Prometheus observability with MCP-based toolchains
- Query metric context from Prometheus instances over MCP
Pros
- Lightweight Go binary with low resource overhead
- Single-purpose implementation focused on Prometheus MCP
- Easy to containerize and deploy alongside Prometheus
Cons
- Very early stage with only 3 GitHub stars
- Limited documentation and community support
- Narrow protocol scope may limit integration options
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Go binary with low resource overhead
- Single-purpose implementation focused on Prometheus MCP
- Easy to containerize and deploy alongside Prometheus
Cons
- Very early stage with only 3 GitHub stars
- Limited documentation and community support
- Narrow protocol scope may limit integration options
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.