Описание
服务器、网络设备巡检和运维MCP工具
README
ops-mcp-server Project
Project Overview
ops-mcp-server is a toolset for server inspection and monitoring, providing a series of tools for remote server operations including network interface checks, service status monitoring, firewall configuration inspection, and more.
Features
Server Monitoring Tools
- Get Memory Info: Get local server memory information
- Remote Server Inspection: Perform remote server inspection including CPU, memory, disk and other modules
- System Load Monitoring: Get system load information
- Process Monitoring: Monitor remote server processes, return top resource-consuming processes
- Service Status Check: Check running status of specified services
- Network Interface Check: Check network interfaces and connection status
- Log Analysis: Analyze error and warning messages in server log files
- Configuration Backup: Backup important system configuration files
- Security Vulnerability Scan: Perform basic security vulnerability scanning
- SSH Login Risk Check: Check SSH login risks including failed attempts and suspicious IPs
- Firewall Configuration Check: Check firewall configuration and open ports
- OS Details: Get detailed operating system information
Network Device Management
- Device Identification: Identify network device types and basic information
- Switch Port Check: Check switch port status
- Routing Table Check: Check router routing tables
- Network Config Backup: Backup network device configurations
- ACL Config Check: Check security ACL configurations
- VLAN Config Check: Check switch VLAN configurations
Additional Features
- Tool Listing: List all available tools and their descriptions
- Batch Operations: Support simultaneous inspection tasks across multiple devices
Installation
This project uses uv for Python dependency and virtual environment management.
1. Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
2. Create and activate virtual environment
uv venv .venv
source .venv/bin/activate # Linux/macOS
# or
.\.venv\Scripts\activate # Windows
3. Install project dependencies
Make sure you have Python 3.10 or higher installed, then use the following command to install project dependencies:
uv pip install -r requirements.txt
Note: Dependency information can be found in the pyproject.toml file.
MCP Server Configuration
To add this project as an MCP server, add the following configuration to your settings file:
"ops-mcp-server": {
"command": "uv",
"args": [
"--directory",
"YOUR_PROJECT_PATH_HERE", // Replace with your actual project path
"run",
"main.py"
],
"env": {},
"disabled": true,
"autoApprove": [
"list_available_tools"
]
}
License
This project is licensed under the MIT License.
Notes
- Ensure the remote server's SSH service is running properly and you have appropriate permissions.
- Adjust parameters according to actual conditions when using tools.
- The project is currently being improved...
Установка Ops
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Heht571/ops-mcp-serverFAQ
Ops MCP бесплатный?
Да, Ops MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ops?
Нет, Ops работает без API-ключей и переменных окружения.
Ops — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ops в Claude Desktop, Claude Code или Cursor?
Открой Ops на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Ops with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
