Skip to content
Cursor

iso27001 mcp for Cursor

io.github.sushegaad/iso27001-mcp

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

client:Cursor transport:stdio runtime:npm

Install iso27001 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "iso27001-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "iso27001-mcp"
      ],
      "env": {
        "DB_ENCRYPTION_KEY": "<DB_ENCRYPTION_KEY>",
        "HMAC_SECRET": "<HMAC_SECRET>",
        "MCP_API_KEY": "<MCP_API_KEY>",
        "DB_PATH": "<DB_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

iso27001 mcp in other clients