Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_memory_info | 获取本地服务器内存信息 |
| remote_server_inspection | 执行远程服务器巡检 |
| get_system_load | 获取系统负载信息 |
| monitor_processes | 监控远程服务器进程,返回占用资源最多的进程 |
| check_service_status | 检查指定服务的运行状态 |
| get_os_details | 获取操作系统详细信息 |
| check_ssh_risk_logins | 检查SSH登录风险,包括失败尝试和可疑IP |
| check_firewall_config | 检查防火墙配置和开放端口 |
| security_vulnerability_scan | 执行基础安全漏洞扫描 |
| backup_critical_files | 备份重要系统配置文件 |
| inspect_network | 检查网络接口和连接状态 |
| analyze_logs | 分析服务器日志文件中的错误和警告 |
| list_docker_containers | 列出Docker容器及其信息 |
| list_docker_images | 列出Docker镜像 |
| list_docker_volumes | 列出Docker卷 |
| get_container_logs | 获取指定容器的日志 |
| monitor_container_stats | 监控容器的资源使用情况 |
| check_docker_health | 检查Docker服务的健康状态和基本信息 |
| _list_available_tools | - |