mcp-scan for Grok
io.github.codingselim/mcp-scan
Passive security scanner: audits MCP servers against the OWASP MCP Top 10, graded A-F.
client:Grok
transport:stdio
runtime:npm
Install mcp-scan in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-scan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"owasp-mcp-scan"
]
}
}
}
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