fawdyinc/shellguard
MCP server that gives LLM agents read-only shell access over SSH
Implements command parsing into ASTs and allowlist-based validation to block destructive operations before execution, with actionable error messages guiding the LLM toward safe alternatives. Operates as a stdio MCP server compatible with Cursor, Claude Desktop, VS Code, and other MCP clients, supporting both native Go SSH and system `ssh` binary modes for complex network topologies. Exposes six tools (connect, execute, disconnect, provision, download_file, sleep) with per-command timeouts, output truncation, and SFTP file downloads capped at 50MB.
Stars
10
Forks
3
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/fawdyinc/shellguard"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
sonirico/mcp-shell
Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.
cfdude/super-shell-mcp
Super Shell MCP
devnullvoid/mcp-ssh-tmux
Persistent SSH sessions for AI agents via tmux - No regex, no complexity, just visual snapshots
codelion/dynamic-shell-server
Dynamic Shell Command MCP Server
yaniv-golan/mcp-bash-framework
Portable Bash-only framework for building stdio Model Context Protocol (MCP) servers with zero...