← Index

io.github.Sushegaad/iso27001-mcp

io.github.Sushegaad/iso27001-mcp·v0.8.4·Other
Quality Score
80
/100

ISO 27001 compliance workspace for Claude. Risks, policies, SoA, evidence, and audit workflows.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "iso27001-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iso27001-mcp"
      ],
      "env": {
        "DB_ENCRYPTION_KEY": "<your-db_encryption_key>",
        "HMAC_SECRET": "<your-hmac_secret>",
        "MCP_API_KEY": "<your-mcp_api_key>",
        "DB_PATH": "<db_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "iso27001-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iso27001-mcp"
      ],
      "env": {
        "DB_ENCRYPTION_KEY": "<your-db_encryption_key>",
        "HMAC_SECRET": "<your-hmac_secret>",
        "MCP_API_KEY": "<your-mcp_api_key>",
        "DB_PATH": "<db_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y iso27001-mcp
§02  Environment variables
DB_ENCRYPTION_KEY
requiredsecret

32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init)

HMAC_SECRET
requiredsecret

32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init)

MCP_API_KEY
requiredsecret

API key for authenticating tool calls (generated by iso27001-mcp keygen)

DB_PATH

Path to the encrypted SQLite database file

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other