Skip to content
Grok

mcpwatch for Grok

io.github.lazymac2x/mcpwatch

Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.

client:Grok transport:stdio runtime:npm

Install mcpwatch in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcpwatch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-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

mcpwatch in other clients