Skip to content
Grok

mcp skill sec for Grok

io.github.sudo-ai-git/mcp-skill-sec

Audit agent skills/prompts against 8 supply-chain attack patterns. Deterministic, no-LLM scanner.

client:Grok transport:stdio runtime:pypi

Install mcp skill sec in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-skill-sec": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-skill-sec"
      ]
    }
  }
}

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

mcp skill sec in other clients