Skip to content
Grok

agentscore for Grok

io.github.thezenmonster/agentscore

MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.

client:Grok transport:stdio runtime:npm

Install agentscore in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentscore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentscore-xyz/mcp-server"
      ]
    }
  }
}

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

agentscore in other clients