Skip to content
Grok

ToolTrust Scanner for Grok

io.github.agentsafe-ai/tooltrust-scanner

Scans MCP servers for prompt injection, data exfiltration, and privilege escalation.

client:Grok transport:stdio runtime:npm

Install ToolTrust Scanner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tooltrust-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tooltrust-mcp"
      ]
    }
  }
}

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

ToolTrust Scanner in other clients