Skip to main content
Glama
1234567Yang

Linux Manager MCP

by 1234567Yang

中文 English

CAUTION

This is a for-fun project. Do not use it in production, and do not use it on any machine you care about: you are on your own if you do. No security guarantees are made. Friend link: Linux.do / A collection of AI-wiped-my-server incidents seen on the forum (login required): https://linux.do/t/topic/1585027


Introduction

Give your LLM access to your Linux server and let it drive. Unlike OpenClaw, this is an lite MCP plugin: it needs no API key, and for now it has no memory either.

Related MCP server: Persistent Shell MCP

Get Started

Get Started

Demo

English: Demo

中文: 用法示例

Features

  • Multiple shell windows, with background execution.

    • When you ask an LLM to install a dependency, a conventional MCP will just keep running until the command finishes or the timeout kills it.

    • This project lets the LLM open several shell windows, set its own foreground wait time and hard kill time, and pull the output so far at any moment to see how things are going.

  • Every shell window has a notes area.

    • So the LLM can remind itself why a window was opened and what has been done in it.

  • Sudo separation, no sudo privileges by default.

    • Shell sessions handed to the LLM are non-sudo; it has to explicitly ask for sudo to get it.

    • Sudo can be turned off entirely in the program.

TODO

Ctrl+C to interrupt a command (instead of killing the whole shell), finer-grained controls, a logging system, several people controlling the same machine.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables LLMs to create and manage persistent, interactive shell sessions with full terminal emulation and PTY support. It allows for sequential command execution and supports interactive programs like vim or htop through specialized streaming and snapshot output modes.
    Last updated
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to execute shell commands and manage long-running processes within persistent tmux sessions across isolated workspaces. It features a dual-window architecture to separate raw command execution from interactive terminal output.
    Last updated
    8
    21
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.

  • Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/1234567Yang/LinuxManagerMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server