服务器、网络设备巡检和运维MCP工具
Project description
ops-mcp-server
ops-mcp-server: an AI-driven IT operations platform that fuses LLMs and MCP architecture to enable intelligent monitoring, anomaly detection, and natural human-infrastructure interaction with enterprise-grade security and scalability.
📖 Table of Contents
- Project Overview
- Key Features
- Demo Videos
- Installation
- Deployment
- Local MCP Server Configuration
- Interactive Client Usage
- License
- Notes
🚀 Project Overview
ops-mcp-server is an IT operations management solution for the AI era. It achieves intelligent IT operations through the seamless integration of the Model Context Protocol (MCP) and Large Language Models (LLMs). By leveraging the power of LLMs and MCP's distributed architecture, it transforms traditional IT operations into an AI-driven experience, enabling automated server monitoring, intelligent anomaly detection, and context-aware troubleshooting. The system acts as a bridge between human operators and complex IT infrastructure, providing natural language interaction for tasks ranging from routine maintenance to complex problem diagnosis, while maintaining enterprise-grade security and scalability.
🌟 Key Features
🖥️ Server Monitoring
- Real-time CPU, memory, disk inspections.
- System load and process monitoring.
- Service and network interface checks.
- Log analysis and configuration backup.
- Security vulnerability scans (SSH login, firewall status).
- Detailed OS information retrieval.
📦 Container Management (Docker)
- Container, image, and volume management.
- Container resource usage monitoring.
- Log retrieval and health checks.
🌐 Network Device Management
- Multi-vendor support (Cisco, Huawei, H3C).
- Switch port, VLAN, and router route checks.
- ACL security configuration analysis.
- Optical module and device performance monitoring.
➕ Additional Capabilities
- Extensible plugin architecture.
- Batch operations across multiple devices.
- Tool listing and descriptive commands.
🎬 Demo Videos
📌 Project Demo
On Cherry Studio
📌 Interactive Client Demo
On Terminal
⚙️ Installation
Ensure you have Python 3.10+ installed. This project uses uv for dependency and environment management.
1. Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
2. Set Up Virtual Environment
uv venv .venv
# Activate the environment
source .venv/bin/activate # Linux/macOS
.\.venv\Scripts\activate # Windows
3. Install Dependencies
uv pip install -r requirements.txt
Dependencies are managed via
pyproject.toml.
🚧 Deployment
📡 SSE Remote Deployment (UV)
cd server_monitor_sse
# Install dependencies
pip install -r requirements.txt
# Start service
cd ..
uv run server_monitor_sse --transport sse --port 8000
🐳 SSE Remote Deployment (Docker Compose)
Ensure Docker and Docker Compose are installed.
cd server_monitor_sse
docker compose up -d
# Check status
docker compose ps
# Logs monitoring
docker compose logs -f
🛠️ Local MCP Server Configuration (Stdio)
Add this configuration to your MCP settings:
{
"ops-mcp-server": {
"command": "uv",
"args": [
"--directory", "YOUR_PROJECT_PATH_HERE",
"run", "server_monitor.py"
],
"env": {},
"disabled": true,
"autoApprove": ["list_available_tools"]
},
"network_tools": {
"command": "uv",
"args": [
"--directory", "YOUR_PROJECT_PATH_HERE",
"run", "network_tools.py"
],
"env": {},
"disabled": false,
"autoApprove": []
},
}
Note: Replace
YOUR_PROJECT_PATH_HEREwith your project's actual path.
💬 Interactive Client Usage
An interactive client (client.py) allows you to interact with MCP services using natural language.
1. Install Client Dependencies
uv pip install openai rich
2. Configure Client
Edit these configurations within client.py:
# Initialize OpenAI client
self.client = AsyncOpenAI(
base_url="https://your-api-endpoint",
api_key="YOUR_API_KEY"
)
# Set model
self.model = "your-preferred-model"
3. Run the Client
uv run client.py [path/to/server.py]
Example:
uv run client.py ./server_monitor.py
Client Commands
help- Display help.quit- Exit client.clear- Clear conversation history.model <name>- Switch models.
📄 License
This project is licensed under the MIT License.
📌 Notes
- Ensure remote SSH access is properly configured.
- Adjust tool parameters based on actual deployment conditions.
- This project is under active development; feedback and contributions are welcome.
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 iflow_mcp_ops_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_ops_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 53.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed563342ab2eabe15ffff98758ddc6242b8754a26ac1dc06acd345de685407c9
|
|
| MD5 |
2989102847f74fbcd95b06aa411c69a1
|
|
| BLAKE2b-256 |
69401cc60f887daf0485db08ab18d99141b14fc31fb92db0c13de13fdb45ab3c
|
File details
Details for the file iflow_mcp_ops_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_ops_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 68.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
208c5645c0cda5985438b518ea2b215a2b7fbbaafebfcbc3daf286a5b4dcc695
|
|
| MD5 |
e8b2e44de8969febb4585d2f1b87fb02
|
|
| BLAKE2b-256 |
7bc1fda5c63b7bee125f356c2bf0ea8dc4bc237c3ac0c18c9dfffa7ca4829aaf
|