MCP stdio ShellGuard runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 21 Jun 2026.
Defense-in-depth for MCP stdio servers: shell-injection guard, AST audit CLI, RCE blocking.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add stdio-shellguard -- npx -y mcp-stdio-shellguard
{
"mcpServers": {
"stdio-shellguard": {
"args": [
"-y",
"mcp-stdio-shellguard"
],
"command": "npx"
}
}
}
[mcp_servers.stdio-shellguard]
command = "npx"
args = ["-y", "mcp-stdio-shellguard"]
{
"mcpServers": {
"stdio-shellguard": {
"args": [
"-y",
"mcp-stdio-shellguard"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"stdio-shellguard": {
"args": [
"-y",
"mcp-stdio-shellguard"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.