mcpbeat Sign in

Linux MCP Server

by mohabdo21 Your server? Claim it
local only

Linux MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.

Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.

Installs / week
not published
0
Stars
0 open issues
13 Sep 2026
Last commit
from GitHub
MIT
License
Go

What the code does

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

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.

Installs itself into autostart tools/system.go:580, tools/storage.go:523
            fmt.Errorf("crontab -l: %w", err))
Builds a file path from a variable tools/storage.go:35, tools/system.go:325
    s, _ := readSysfsFile(filepath.Join(sysfsBlock, dev, attr))

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Linux MCP

same job, measured the same way
Docker MCP Server
by friendlygeorge

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

78 installs/wk local only
Docker MCP
by alisaitteke

MCP server for managing Docker containers, images, networks, volumes, and registries

88 installs/wk local only
Hatchbox
by pulsemcp

MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.

59 installs/wk local only
Interactive Terminal
by amol21p

MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker

68 installs/wk local only
Podman MCP Server
by manusa

A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

112 installs/wk local only
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

51 installs/wk local only
MCP Health Monitor
by oaslananka

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

local only
mpop
by meshpop

Server fleet management MCP — monitor, deploy, and manage distributed Linux servers

local only

Linux MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Linux MCP?
Linux MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Linux MCP open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.