Safe shell argument escaping for bash, cmd.exe, and PowerShell.
claude mcp add shellquote-mcp -- npx -y @mukundakatta/shellquote-mcp
claude_desktop_config.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"shellquote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MukundaKatta--shellquote-mcp/reviews or the review_server meta-tool.
POST /mcp