← Back to Plugins
MCP Server MCP

io.github.Sushegaad/iso27001-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "iso27001-mcp",
      "version": "0.8.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DB_ENCRYPTION_KEY"
        },
        {
          "description": "32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HMAC_SECRET"
        },
        {
          "description": "API key for authenticating tool calls (generated by iso27001-mcp keygen)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MCP_API_KEY"
        },
        {
          "description": "Path to the encrypted SQLite database file",
          "format": "string",
          "name": "DB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...