Prometheus MCP Server
Description
# Prometheus MCP Server [](https://smithery.ai/server/@kakao-yanoo-kim/prometheus-mcp-server-py) A tool that allows access to Prometheus data through a Model Context Protocol server. ##…
About
# Prometheus MCP Server [](https://smithery.ai/server/@kakao-yanoo-kim/prometheus-mcp-server-py) A tool that allows access to Prometheus data through a Model Context Protocol server. ## Installation ### Installing via Smithery To…
Details
- Author
- kakao-yanoo-kim
- Downloads
- 176
- Categories
- Developer Tools
Jump to
- Supports basic authentication (username/password) and token authentication
- Configurable evaluation timeout and maximum series limit
- Multi‑tenant support via organization ID (--org-id)
- Can be run without permanent installation using pipx run
- Provides direct access to Prometheus data through the MCP protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Prometheus MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install automatically via Smithery, manually with pipx install, or run without installation using pipx run. Configure with command‑line arguments: --url (required), optional --username/--password, --token, --org-id, --timeout, and --limit.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"prometheus mcp server": {
"prometheus-mcp-server-py": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kakao-yanoo-kim/prometheus-mcp-server-py",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"prometheus-mcp-server-py": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kakao-yanoo-kim/prometheus-mcp-server-py",
"--client",
"claude"
]
}
}
Prometheus MCP Server
A tool that allows access to Prometheus data through a Model Context Protocol server.
Installation
Installing via Smithery
To install Prometheus Data Access Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kakao-yanoo-kim/prometheus-mcp-server-py --client claude
Manual Installation
pipx install git+https://github.com/kakao-yanoo-kim/prometheus-mcp-server-py.git
Run Without Installation
You can also run the package directly without installing it using 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
This is useful for testing or one-time usage scenarios.
Usage
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





