Serversio.github.rhel-lightspeed/linux-mcp-server
S

io.github.rhel-lightspeed/linux-mcp-server

io.github.rhel-lightspeed/linux-mcp-server · v1.4.0
▦ pypi
v1.4.0pypi pypi: linux-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rhel-lightspeed/linux-mcp-server",
  "description": "MCP server for read-only Linux system administration, diagnostics, and troubleshooting",
  "repository": {
    "url": "https://github.com/rhel-lightspeed/linux-mcp-server",
    "source": "github"
  },
  "version": "1.4.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "linux-mcp-server",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default username for SSH connections",
          "format": "string",
          "name": "LINUX_MCP_USER"
        },
        {
          "description": "Path to SSH private key",
          "format": "string",
          "name": "LINUX_MCP_SSH_KEY_PATH"
        },
        {
          "description": "Passphrase for encrypted SSH key",
          "format": "string",
          "isSecret": true,
          "name": "LINUX_MCP_KEY_PASSPHRASE"
        },
        {
          "description": "Auto-discover keys in `~/.ssh`",
          "format": "string",
          "name": "LINUX_MCP_SEARCH_FOR_SSH_KEY"
        },
        {
          "description": "SSH command timeout in seconds (default: 30)",
          "format": "string",
          "name": "LINUX_MCP_COMMAND_TIMEOUT"
        },
        {
          "description": "Verify remote host identity via known_hosts",
          "format": "string",
          "name": "LINUX_MCP_VERIFY_HOST_KEYS"
        },
        {
          "description": "Custom path to known_hosts file",
          "format": "string",
          "name": "LINUX_MCP_KNOWN_HOSTS_PATH"
        },
        {
          "description": "Comma-separated allowlist of log files",
          "format": "string",
          "name": "LINUX_MCP_ALLOWED_LOG_PATHS"
        },
        {
          "description": "Server log directory",
          "format": "string",
          "name": "LINUX_MCP_LOG_DIR"
        },
        {
          "description": "Log verbosity (DEBUG, INFO, WARNING)",
          "format": "string",
          "name": "LINUX_MCP_LOG_LEVEL"
        },
        {
          "description": "Days to keep log files",
          "format": "string",
          "name": "LINUX_MCP_LOG_RETENTION_DAYS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}