Manager your Dell PowerEdge Fan Speed with this handy tool and MCP Server!
Project description
Fan-Manager
Version: 1.0.1
Manager your Dell PowerEdge Fan Speed with this handy tool!
MCP Server for Agentic AI! Get started with Pip or Docker as well
This repository is actively maintained - Contributions are welcome!
Contribution Opportunities:
- Increase support of Dell PowerEdge Devices
- Support Non-PowerEdge Devices
- Support Non-Dell Devices
Usage:
| Short Flag | Long Flag | Description |
|---|---|---|
| -h | --help | See usage for fan-manager |
| -i | --intensity | Intensity of Fan Speed - Scales Logarithmically (0-10) |
| -c | --cold | Minimum Temperature for Fan Speed |
| -w | --warm | Maximum Temperature for Fan Speed |
| -s | --slow | Minimum Fan Speed |
| -f | --fast | Maximum Fan Speed |
| -p | --poll-rate | Poll Rate for CPU Temperature in Seconds |
Example:
Python
fan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24
Docker Compose
Fan Manager
---
services:
fan-manager:
image: knucklessg1/fan-manager:latest
container_name: server_fan_speed
privileged: true
environment:
MODE: "fan-manager"
INTENSITY: ${INTENSITY}
COLD: ${COLD}
WARM: ${WARM}
SLOW: ${SLOW}
FAST: ${FAST}
POLL_RATE: ${POLL_RATE}
volumes:
- /dev/ipmi0:/dev/ipmi0
restart: unless-stopped
Fan Manager MCP Server
---
services:
fan-manager-mcp:
image: knucklessg1/fan-manager:latest
container_name: server_fan_speed
privileged: true
environment:
MODE: "fan-manager-mcp"
HOST: 0.0.0.0
PORT: 8030
TRANSPORT: "http"
volumes:
- /dev/ipmi0:/dev/ipmi0
restart: unless-stopped
Docker Run
docker run -it -d knucklessg1/fan-manager:latest fan-manager
Docker Compose
docker-compose up --build -d
Use with AI
Configure mcp.json
Recommended: Store secrets in environment variables with lookup in JSON file.
For Testing Only: Plain text storage will also work, although not recommended.
{
"mcpServers": {
"fan-manager": {
"command": "uv",
"args": [
"run",
"--with",
"fan-manager",
"fan-manager-mcp"
],
"timeout": 200000
}
}
}
Installation Instructions:
Install Python Package
python -m pip install fan-manager
Repository Owners:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fan_manager-1.0.1.tar.gz.
File metadata
- Download URL: fan_manager-1.0.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e59cd820f0a61686c1191d473013e516ca11f1e1ed7034fc0f4c1e7737d1f6a
|
|
| MD5 |
fd48ed342d25f8a0e7bf3643f024621d
|
|
| BLAKE2b-256 |
9e011782ad289c20c7cf71ffc69b8ce510e6816251d0dd208cdc742429c8a441
|
File details
Details for the file fan_manager-1.0.1-py3-none-any.whl.
File metadata
- Download URL: fan_manager-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4126207785d399137799e5edfaa8c410045bf0ec9630f19a60d3c7fa004658ee
|
|
| MD5 |
f333d01ed6dc2b4365532ee8d9eb4de8
|
|
| BLAKE2b-256 |
1e9b70496d3186d5c98d9019984b71ec9d56228beea6d482a9c92f996d976f71
|