Remote Server MCP
Allows managing Docker containers on remote servers, including starting, stopping, restarting, viewing logs, and status.
Allows querying InfluxDB v3 databases via SQL (read-only) on remote servers.
Allows querying Prometheus via PromQL and listing scrape targets on remote servers.
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., "@Remote Server MCPCheck the status of the web server service"
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.
Remote Server MCP
A security-first MCP server that gives AI assistants controlled, safe access to manage remote servers via SSH.
Design principle: Whitelist operations, don't blacklist commands. No generic command execution — only 13 validated tools.
┌───────────────┐ ┌──────────────────────────────┐ ┌──────────────┐
│ AI Assistant │───▶│ MCP Server │───▶│ SSH to │
│ (Qwen Code) │◀───│ (Secure Tools Only) │◀───│ Remote │
└───────────────┘ │ │ │ Server │
│ Safe Tools: │ └──────────────┘
│ • list_services() │
│ • get_service_logs() │
│ • get_service_status() │
│ • restart/start/stop │
│ • get_service_file() │
│ • list_service_files() │
│ • search_service_logs() │
│ • get_server_health() │
│ • query_influxdb() │
│ • query_prometheus() │
│ • get_prometheus_targets() │
└──────────────────────────────┘
│
All commands validated
against security policy
before executionQuick Start
uv pip install -e . --python .venv
cp config.example.yaml config.yaml # edit with your SSH details
uv run pytest tests/ -vSee Getting Started for full setup instructions and Qwen Code integration.
Related MCP server: Simple SSH MCP Server
Architecture
This project is a thin MCP server layer built on top of server-management-lib, which provides the core security validation, SSH management, and HTTP clients:
remote-server-mcp/ # This project — MCP server layer
├── src/remote_server_mcp/
│ ├── __init__.py # Entry point
│ └── server.py # MCP tool definitions (13 tools)
└── tests/
server-management-lib/ # Shared library (separate repo)
├── security.py # Security validator
├── ssh_manager.py # SSH connection handler
├── http_clients.py # InfluxDB + Prometheus clients
└── config.py # Configuration loaderSecurity Model 🛡️
❌ No arbitrary command execution
❌ No file access outside
/srv/{service}/❌ No sensitive files (
.env,.git/,*.key, secrets)✅ Only specific, validated Docker operations
✅ All inputs sanitized against injection, traversal, and encoding bypasses
See Security Model for the full threat model and controls.
Available Tools
Tool | Purpose |
| List services in |
| Docker container logs |
| Status + resource usage |
| Restart container |
| Start container |
| Stop container |
| Read files in |
| List service directory |
| Search logs (plain text) |
| CPU / memory / disk metrics |
| Query InfluxDB v3 via SQL (read-only) |
| Query Prometheus via PromQL |
| List Prometheus scrape targets |
See Tools for detailed descriptions.
Development
uv run ruff check . && uv run ruff format . && uv run ty check && uv run pytest tests/ -vSee Development for project structure, pre-commit hooks, and how to add new tools safely.
License
This tool is licensed under the terms of MIT license.
See LICENSE for more information.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- emisarOAuthdev.emisar
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
- ArcjetOAuthcom.arcjet
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables remote SSH command execution and bidirectional file transfers through a standardized interface. It allows AI assistants to securely manage remote servers while keeping credentials isolated and applying command-level security controls.ISC
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI assistants full SSH/SFTP remote operations — session management, command execution, interactive shells, file transfers, port forwarding, and system diagnostics.2MIT
- AlicenseNot gradedqualityCmaintenanceA secure SSH-based MCP server for diagnosing remote servers. It allows AI agents to execute read-only commands and read files automatically, while requiring user confirmation for write operations.MIT
- AlicenseNot gradedqualityDmaintenanceA secure MCP server that enables AI assistants to execute commands on remote servers via SSH, with cross-platform support and features like encrypted config storage, connection management, and security controls.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/elmuz/remote-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server