Skip to content

Commit e4c3f4d

Browse files
committed
update readme
1 parent fc47b49 commit e4c3f4d

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

README.md

+16-27
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,6 @@ This tool provides the following monitoring capabilities:
1313
- **Host Information**: System details, uptime, boot time, and users
1414
- **Process Information**: Process listing, sorting, and detailed per-process statistics
1515

16-
## Requirements
17-
18-
- Go 1.16 or higher
19-
- Compatible with any LLM that supports the Model Context Protocol
20-
21-
## Installation
22-
23-
```bash
24-
git clone https://github.com/seekrays/mcp-monitor.git
25-
cd mcp-monitor
26-
make build
27-
```
28-
29-
## Usage
30-
31-
Run the compiled binary:
32-
33-
```bash
34-
./mcp-monitor
35-
```
36-
37-
The server starts in stdio mode, ready to communicate with an MCP-compatible LLM client.
3816

3917
## Available Tools
4018

@@ -93,14 +71,25 @@ Parameters:
9371
- sort_by (string, default: "cpu"): Sort field (cpu, memory, pid, name)
9472
```
9573

96-
## Libraries Used
9774

98-
- [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go): Go implementation of the Model Context Protocol
99-
- [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil): Cross-platform library for process and system monitoring
75+
## Installation
10076

101-
## License
77+
```bash
78+
git clone https://github.com/seekrays/mcp-monitor.git
79+
cd mcp-monitor
80+
make build
81+
```
82+
83+
## Usage
84+
85+
Run the compiled binary:
86+
87+
```bash
88+
./mcp-monitor
89+
```
90+
91+
The server starts in stdio mode, ready to communicate with an MCP-compatible LLM client.
10292

103-
MIT
10493

10594
## Contributing
10695

0 commit comments

Comments
 (0)