Skip to content
Cursor

mcp skill sec for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install mcp skill sec in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp skill sec in other clients