linux-ssh-mcp-server
Provides tools for managing Docker containers and services on remote Linux hosts via SSH.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linux-ssh-mcp-serverlist running Docker containers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
linux-ssh-mcp-server
Remote Linux operations via SSH, exposed as an MCP (Model Context Protocol) server. Connects to any Linux host using per-user AD credentials elicited at runtime — passwords live only in server memory with an idle TTL and are never logged.
45+ tools — filesystem, systemd services, Docker, JBoss/WildFly discovery and log search, network, certificates, firewall, and more
Per-user AD identity — each request carries an
X-AD-Userheader; passwords are prompted once and cached in-memoryOptional sudo elevation — privileged commands require an explicit
elevate_sudocall with a separate password promptZero secrets on disk — no credentials in config files, env vars, or logs
Quick Start
docker compose -f docker-compose.yml -p linux-ssh-mcp up -d --build --force-recreateCursor mcp.json
{
"mcpServers": {
"linux-ssh-mcp": {
"type": "http",
"url": "http://localhost:8006/mcp",
"headers": {
"X-AD-User": "<your-ad-username>"
}
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Chillwind132/linux-ssh-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server