agent-bom for Grok
io.github.msaad00/agent-bom
Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius.
client:Grok
transport:stdio
runtime:pypi
Install agent-bom in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-bom": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-bom"
],
"env": {
"NVD_API_KEY": "<NVD_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