shellward for Grok
io.github.jnmetacode/shellward
AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.
client:Grok
transport:stdio
runtime:npm
Install shellward in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shellward": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shellward"
],
"env": {
"SHELLWARD_MODE": "<SHELLWARD_MODE>",
"SHELLWARD_LOCALE": "<SHELLWARD_LOCALE>",
"SHELLWARD_THRESHOLD": "<SHELLWARD_THRESHOLD>"
}
}
}
}
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