MCPAmpel - MCP Security Scanner for Grok
io.github.diemoeve/mcpampel
Scan installed MCP servers for security vulnerabilities with 16 detection engines.
client:Grok
transport:stdio
runtime:pypi
Install MCPAmpel - MCP Security Scanner in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcpampel": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpampel"
],
"env": {
"MCPAMPEL_API_KEY": "<MCPAMPEL_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