11 days ago
Turn Claude into an ISO 27001 compliance assistant — controls, risk register, policies, evidence tracking, SoA generation, and full audit workflows in one local encrypted MCP server.
Server Config
{
"mcpServers": {
"iso27001-mcp": {
"command": "iso27001-mcp",
"env": {
"DB_ENCRYPTION_KEY": "<generated by init>",
"HMAC_SECRET": "<generated by init>",
"MCP_API_KEY": "<generated by init>",
"DB_PATH": "/Users/you/.iso27001/isms.db",
"AUDIT_LOG_PATH": "/Users/you/.iso27001/audit.jsonl"
}
}
}
}