mcp-audit for Grok
io.github.saagpatel/mcp-audit
Scan, enumerate, and risk-score every MCP server configured on your machine.
client:Grok
transport:stdio
runtime:pypi
Install mcp-audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-audits"
]
}
}
}
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