Skip to content
Cursor

auditoria skills for Cursor

io.github.marcelinero/auditoria-skills

20 SKILLs de auditoría interna para agentes de IA según IIA, COSO, NIST, ISO, COBIT y ACFE.

client:Cursor transport:stdio runtime:pypi

Install auditoria skills in Cursor

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

{
  "mcpServers": {
    "auditoria-skills": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "auditoria-skills-mcp"
      ]
    }
  }
}

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

auditoria skills in other clients