MCP-Server-for-ISO27001
Rank #4,720io.github.Sushegaad/iso27001-mcp
ISO 27001 compliance workspace for Claude. Risks, policies, SoA, evidence, and audit workflows.
MCP-Server-for-ISO27001 is a Model Context Protocol (MCP) server published by sushegaad. It ranks #4,720 of 115,591 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. MCP-Server-for-ISO27001 is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 24, 2026 and most recently updated on May 24, 2026.
Ranks ahead of 110,871 of 115,591 servers on MCP Toplist.
Use MCP-Server-for-ISO27001
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add iso27001-mcp -e "DB_ENCRYPTION_KEY=<your DB_ENCRYPTION_KEY>" -e "HMAC_SECRET=<your HMAC_SECRET>" -e "MCP_API_KEY=<your MCP_API_KEY>" -e "DB_PATH=<your DB_PATH>" -- npx -y iso27001-mcpReplace each placeholder with your own value before saving.
[mcp_servers.iso27001-mcp]
command = "npx"
args = ["-y", "iso27001-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Sushegaad%2Fiso27001-mcp)<a href="https://mcptoplist.com/server/io.github.Sushegaad%2Fiso27001-mcp"><img src="https://mcptoplist.com/badge/io.github.Sushegaad%2Fiso27001-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
sushegaad
Available versions (1)
| Version | Published |
|---|---|
| 0.8.4 | May 24, 2026 |
Frequently asked questions
- Who maintains MCP-Server-for-ISO27001?
- MCP-Server-for-ISO27001 is maintained by sushegaad, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is MCP-Server-for-ISO27001 listed on the Official MCP Registry?
- Yes — MCP-Server-for-ISO27001 is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does MCP-Server-for-ISO27001 have?
- MCP Toplist tracks 1 version of MCP-Server-for-ISO27001, most recently published on May 24, 2026.
- Where can I find the source code for MCP-Server-for-ISO27001?
- The source code for MCP-Server-for-ISO27001 is hosted at github.com/sushegaad/mcp-server-for-iso27001.