Prometheus MCP Server
@moohoorama
About Prometheus MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"prometheus-mcp-server-py-moohoorama": {
"command": "pipx",
"args": [
"run",
"--spec",
"git+https://github.com/moohoorama/prometheus-mcp-server-py.git",
"prometheus-mcp",
"--url",
"http://your-prometheus-server:9090"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Prometheus MCP Server?
A tool that allows access to Prometheus data through a Model Context Protocol (MCP) server. It is intended for users who want to query Prometheus metrics via an MCP interface.
How to use Prometheus MCP Server?
Install with pipx install or run directly with pipx run without installation. Start the server with prometheus-mcp --url <your-prometheus-url> plus optional authentication flags.
Key features of Prometheus MCP Server
- Access Prometheus data through MCP
- Supports basic authentication (username/password)
- Supports token-based authentication
- Multi‑tenant support via organization ID
Use cases of Prometheus MCP Server
- Query Prometheus metrics from an MCP‑compatible client
- Integrate Prometheus data into AI‑powered workflows
- Test Prometheus queries without a permanent installation
FAQ from Prometheus MCP Server
What authentication methods are supported?
Basic authentication with username/password and token‑based authentication. These are optional.
Can I run the server without installing it?
Yes, use pipx run --spec git+... prometheus-mcp --url ... for one‑time or testing usage.
How do I connect to a multi‑tenant Prometheus setup?
Pass the --org-id argument to specify the organization ID.
Frequently asked questions
What authentication methods are supported?
Basic authentication with username/password and token‑based authentication. These are optional.
Can I run the server without installing it?
Yes, use `pipx run --spec git+... prometheus-mcp --url ...` for one‑time or testing usage.
How do I connect to a multi‑tenant Prometheus setup?
Pass the `--org-id` argument to specify the organization ID.
Basic information
More Developer Tools MCP servers

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.
Comments