Mcp Server For Iso27001

by Sushegaad

137 downloads
Not rated
GitHub

About

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.

Details

Author
Sushegaad
Downloads
137
Categories
AI

- Turns Claude into an ISO 27001 compliance assistant
- Manage ISO 27001 controls
- Risk register functionality
- Policy tracking
- Evidence tracking
- Statement of Applicability generation
- Full audit workflows
- Local encrypted storage

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server For Iso27001
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server for iso27001": {
            "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"
                }
            }
        }
    }
}

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"
        }
    }
}

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.