Home › Other › MCP-Server-for-ISO27001

MCP-Server-for-ISO27001

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

TypeScript
★ 32 stars Last pushed 2026-09-05 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.4)

npx -y iso27001-mcp@0.8.4

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-for-iso27001": {
      "command": "npx",
      "args": [
        "-y",
        "iso27001-mcp@0.8.4"
      ],
      "env": {
        "DB_ENCRYPTION_KEY": "<YOUR_VALUE>",
        "HMAC_SECRET": "<YOUR_VALUE>",
        "MCP_API_KEY": "<YOUR_VALUE>",
        "DB_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • DB_ENCRYPTION_KEY required secret — 32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init)
  • HMAC_SECRET required secret — 32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init)
  • MCP_API_KEY required secret — API key for authenticating tool calls (generated by iso27001-mcp keygen)
  • DB_PATH — Path to the encrypted SQLite database file

Related servers

Data from the Official MCP Registry