MCP Customs for Grok
io.github.mcpcustoms/mcp-customs
Inspect an MCP server for common security risks before you install it. Offline, zero telemetry.
client:Grok
transport:stdio
runtime:npm
Install MCP Customs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-customs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-customs"
]
}
}
}
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