Skip to content

Commit 29ddff1

Browse files
authored
feat: add redhat-linux server (#536)
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 1fe898e commit 29ddff1

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

registry/redhat-linux/spec.yaml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: redhat-linux
2+
image: quay.io/redhat-services-prod/rhel-lightspeed-tenant/linux-mcp-server:0.1.0a4
3+
description: Read-only Linux sysadmin, diagnostics, and troubleshooting optimized for RHEL-based systems
4+
transport: stdio
5+
tier: Official
6+
status: Active
7+
tools:
8+
- get_audit_logs
9+
- get_cpu_information
10+
- get_disk_usage
11+
- get_hardware_information
12+
- get_journal_logs
13+
- get_listening_ports
14+
- get_memory_information
15+
- get_network_connections
16+
- get_network_interfaces
17+
- get_process_info
18+
- get_service_logs
19+
- get_service_status
20+
- get_system_information
21+
- list_block_devices
22+
- list_directories
23+
- list_files
24+
- list_processes
25+
- list_services
26+
- read_file
27+
- read_log_file
28+
repository_url: https://github.com/rhel-lightspeed/linux-mcp-server
29+
license: Apache-2.0
30+
author: Red Hat
31+
tags:
32+
- linux
33+
- diagnostics
34+
- sysadmin
35+
- rhel
36+
- monitoring
37+
- troubleshooting
38+
- networking
39+
env_vars:
40+
- name: LINUX_MCP_USER
41+
description: Username for SSH connections
42+
required: false
43+
- name: LINUX_MCP_KEY_PASSPHRASE
44+
description: Passphrase for encrypted SSH key decryption
45+
required: false
46+
secret: true
47+
- name: LINUX_MCP_SSH_KEY_PATH
48+
description: Path to SSH private key for remote execution (mounted into container)
49+
required: false
50+
- name: LINUX_MCP_ALLOWED_LOG_PATHS
51+
description: Comma-separated whitelist of accessible log file paths
52+
required: false
53+
- name: LINUX_MCP_LOG_LEVEL
54+
description: Logging level (DEBUG, INFO, WARNING, ERROR, or CRITICAL)
55+
required: false
56+
default: "INFO"

0 commit comments

Comments
 (0)