io.github.Sushegaad/iso27001-mcp MCP Server
io.github.Sushegaad/iso27001-mcp
What is the io.github.Sushegaad/iso27001-mcp MCP server?
ISO 27001 compliance workspace for Claude. Risks, policies, SoA, evidence, and audit workflows.
How to install io.github.Sushegaad/iso27001-mcp
Copy-paste configuration for popular MCP clients.
DB_ENCRYPTION_KEYrequiredsecret32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init)
HMAC_SECRETrequiredsecret32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init)
MCP_API_KEYrequiredsecretAPI key for authenticating tool calls (generated by iso27001-mcp keygen)
DB_PATHPath to the encrypted SQLite database file
{
"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": "<YOUR_DB_PATH>"
}
}
}
}{
"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": "<YOUR_DB_PATH>"
}
}
}
}{
"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": "<YOUR_DB_PATH>"
}
}
}
}{
"servers": {
"iso27001-mcp": {
"type": "stdio",
"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": "<YOUR_DB_PATH>"
}
}
}
}claude mcp add iso27001-mcp --env DB_ENCRYPTION_KEY=<YOUR_DB_ENCRYPTION_KEY> --env HMAC_SECRET=<YOUR_HMAC_SECRET> --env MCP_API_KEY=<YOUR_MCP_API_KEY> --env DB_PATH=<YOUR_DB_PATH> -- npx -y iso27001-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.