mcpbeat Sign in

Linux MCP Server

by rhel-lightspeed Your server? Claim it
local only

Linux MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 069 installs a week from pypi. Last commit 17 Sep 2026.

MCP server for read-only Linux system administration, diagnostics, and troubleshooting

Installs per day peak 388 · avg 124 · +70% w/w
a month agotoday
1 069
Installs / week
pypi · linux-mcp-server
297
Stars
20 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands [пакет] eval/gatekeeper/extract-from-goose.py:46
        raw_export = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] eval/gatekeeper/extract-from-goose.py:46
        raw_export = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Linux MCP Server and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add linux-mcp-server -- uvx linux-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linux-mcp-server": {
      "args": [
        "linux-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linux-mcp-server]
command = "uvx"
args = ["linux-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "linux-mcp-server": {
      "args": [
        "linux-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linux-mcp-server": {
      "args": [
        "linux-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LINUX_MCP_USER (Default username for SSH connections), LINUX_MCP_SSH_KEY_PATH (Path to SSH private key), LINUX_MCP_KEY_PASSPHRASE (Passphrase for encrypted SSH key), LINUX_MCP_SEARCH_FOR_SSH_KEY (Auto-discover keys in `~/.ssh`), LINUX_MCP_COMMAND_TIMEOUT (SSH command timeout in seconds (default: 30)), LINUX_MCP_VERIFY_HOST_KEYS (Verify remote host identity via known_hosts), LINUX_MCP_KNOWN_HOSTS_PATH (Custom path to known_hosts file), LINUX_MCP_ALLOWED_LOG_PATHS (Comma-separated allowlist of log files), LINUX_MCP_LOG_DIR (Server log directory), LINUX_MCP_LOG_LEVEL (Log verbosity (DEBUG, INFO, WARNING)), LINUX_MCP_LOG_RETENTION_DAYS (Days to keep log files). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Linux MCP Server

same job, measured the same way
Ravendb MCP
by ravendb

Read-only MCP diagnostics server for RavenDB.

35 installs/wk local only
Filesystem Context
by j0hanz

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

local only
Inav MCP
by starlordz12

MCP server for iNAV flight-controller configuration and diagnostics

84 installs/wk local only
Safe SSH MCP
by areso

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

215 installs/wk local only
Hostaway
by uncfreak1255-code

Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings

77 installs/wk local only
Kubernetes Troubleshoot
by nanagyamfiprempeh30

Read-only Kubernetes diagnostics: pods, logs, events, workloads, services, PVCs and nodes.

local only
PensionPro
by douglaslinsmeyer

MCP server for the PensionPro pension administration REST API.

79 installs/wk local only
Nim Language Server
by nim-lang

MCP server providing symbol navigation, diagnostics, and type resolution for Nim projects

local only

Linux MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Linux MCP Server?
Linux MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package linux-mcp-server was installed 1 069 times last week.
How do I connect Linux MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls linux-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Linux MCP Server?
The pypi package linux-mcp-server was installed 1 069 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Linux MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 297 stars on GitHub and 20 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.