inspector for Grok
io.github.gridinsoft/inspector
Website safety and trust analysis. Verify domain reputation and detect phishing with GridinSoft.
client:Grok
transport:stdio
runtime:npm
Install inspector in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gridinsoft/mcp-inspector"
],
"env": {
"GRIDINSOFT_API_KEY": "<GRIDINSOFT_API_KEY>"
}
}
}
}
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