mcp-remote-access
Verified Safeby RFingAdam
Overview
Provides SSH and Serial port access for MCP-compatible AI clients to control remote devices like Raspberry Pi, embedded systems, and IoT devices.
Installation
uv run --directory /path/to/mcp-remote-access mcp-remote-accessSecurity Notes
The server uses `paramiko.AutoAddPolicy()` for SSH connections. This automatically adds unknown host keys to `~/.ssh/known_hosts` without verification, making the client susceptible to Man-in-the-Middle (MITM) attacks on the first connection to a new host. For production or sensitive environments, manual host key verification or pre-populating `known_hosts` is recommended. SSH passwords are passed in memory only and not stored. The MCP server itself communicates via standard I/O and is not directly exposed to network connections.
Similar Servers
ssh-mcp-server
Bridging AI assistants to remote SSH server operations for command execution, file transfer, and server status retrieval via the Model Context Protocol (MCP).
ssh-mcp-server
Provides secure SSH capabilities (command execution, SFTP, port forwarding, templates) for AI assistants to manage remote servers.
mcp-ssh-manager
Manages remote SSH servers via the Model Context Protocol (MCP), enabling AI assistants like Claude Code and OpenAI Codex to execute commands, transfer files, monitor health, and automate DevOps tasks.
ssh-mcp-server
Provides secure remote server management capabilities, including SSH connection, command execution, and SFTP file transfers, via the MCP protocol for integration with AI agents.