The mcp-server-prometheus is a TypeScript-based MCP server designed to interact with Prometheus metrics and data using the Model Context Protocol (MCP). This server acts as a bridge between Claude and your Prometheus server.
The mcp-server-prometheus is a TypeScript-based MCP server designed to interact with Prometheus metrics and data using the Model Context Protocol (MCP). This server acts as a bridge between Claude and your Prometheus server.
Set the `PROMETHEUS_URL` environment variable to the base URL of your Prometheus instance, and optionally provide authentication.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-prometheus": {
"command": "npx",
"args": [
"-y",
"Set the `PROMETHEUS_URL` environment variable to the base URL of your Prometheus instance, and optionally provide authentication."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp-server-prometheus?"
No configuration required. This server works out of the box.
"What resources are available in mcp-server-prometheus?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp-server-prometheus"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp-server-prometheus with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.