shellquote mcp for Grok
io.github.mukundakatta/shellquote-mcp
Safe shell argument escaping for bash, cmd.exe, and PowerShell.
client:Grok
transport:stdio
runtime:npm
Install shellquote mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shellquote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs