Skip to content

Commit d6cb12a

Browse files
committed
update README
1 parent c84b639 commit d6cb12a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
- [2. Features](#2-features)
1616
- [3. Quickstart](#3-quickstart)
1717
- [3.1. Prerequisites](#31-prerequisites)
18-
- [Installing via Smithery](#installing-via-smithery)
19-
- [3.2. Local Run](#32-local-run)
20-
- [3.3. Docker Run](#33-docker-run)
18+
- [3.2. Installing via Smithery](#32-installing-via-smithery)
19+
- [3.3. Local Run](#33-local-run)
20+
- [3.4. Docker Run](#34-docker-run)
2121
- [4. Tools](#4-tools)
2222
- [5. Development](#5-development)
2323
- [6. License](#6-license)
@@ -43,15 +43,15 @@ Prometheus Alertmanager MCP is a [Model Context Protocol](https://modelcontextpr
4343
- Docker (optional, for containerized deployment).
4444
- Ensure your Prometheus Alertmanager server is accessible from the environment where you'll run this MCP server.
4545

46-
### Installing via Smithery
46+
### 3.2. Installing via Smithery
4747

4848
To install Prometheus Alertmanager MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@ntk148v/alertmanager-mcp-server):
4949

5050
```bash
5151
npx -y @smithery/cli install @ntk148v/alertmanager-mcp-server --client claude
5252
```
5353

54-
### 3.2. Local Run
54+
### 3.3. Local Run
5555

5656
- Clone the repository:
5757

@@ -92,6 +92,12 @@ ALERTMANAGER_PASSWORD=your_password # optional
9292
}
9393
```
9494

95+
- Or install it using make command:
96+
97+
```shell
98+
$ make install
99+
```
100+
95101
- Restart Claude Desktop to load new configuration.
96102
- You can now ask Claude to interact with Alertmanager using natual language:
97103
- "Show me current alerts"
@@ -103,7 +109,7 @@ ALERTMANAGER_PASSWORD=your_password # optional
103109

104110
![](./images/sample2.jpg)
105111

106-
### 3.3. Docker Run
112+
### 3.4. Docker Run
107113

108114
- Run it with pre-built image (or you can build it yourself):
109115

0 commit comments

Comments
 (0)