Loading MCP server directory, please wait...
ISO 27001 compliance workspace for Claude. Risks, policies, SoA, evidence, and audit workflows.
npx @getmcp/cli add io.github.Sushegaad/iso27001-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DB_ENCRYPTION_KEY32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init)
HMAC_SECRET32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init)
MCP_API_KEYAPI key for authenticating tool calls (generated by iso27001-mcp keygen)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Sushegaad/iso27001-mcp": {
"command": "npx",
"args": [
"-y",
"iso27001-mcp"
],
"env": {
"DB_ENCRYPTION_KEY": "",
"HMAC_SECRET": "",
"MCP_API_KEY": "",
"DB_PATH": ""
}
}
}
}