MCP stdio ShellGuard for Cursor
io.studiomeyer/stdio-shellguard
Defense-in-depth for MCP stdio servers: shell-injection guard, AST audit CLI, RCE blocking.
client:Cursor
transport:stdio
runtime:npm
Install MCP stdio ShellGuard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stdio-shellguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-stdio-shellguard"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs