Skip to content
Grok

BackBond Agent Scan for Grok

io.github.backbond/agent-scan

Vet MCP tool manifests before attachment; returns block, review, or no blocking finding.

client:Grok transport:stdio runtime:npm

Install BackBond Agent Scan in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-scan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@backbond/agent-scan"
      ]
    }
  }
}

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

BackBond Agent Scan in other clients