Safe Mind

Run the legally required psychological risk assessment (GBU Psyche) for German companies: surveys, departments, anonymity-protected analytics.

Documentation

Safe Mind Developer Tools

Official CLI and MCP server for Safe Mind - the platform for the legally required psychological risk assessment (Gefährdungsbeurteilung psychischer Belastung, GBU Psyche) in Germany.

PackagenpmPurpose
cli/safe-mindTerminal client for the Safe Mind Public API v1
mcp/safe-mind-mcpMCP server for AI assistants (Claude, ChatGPT, Gemini, Cursor, ...)

Quick start

npm install -g safe-mind
safe-mind login --email you@example.com --password '...'
safe-mind surveys create --start 2026-10-01 --weeks 4 --employees 220 \
  --department "Produktion" --department "Verwaltung"

MCP (any MCP client):

{
    "mcpServers": {
        "safe-mind": {
            "command": "npx",
            "args": ["-y", "safe-mind-mcp"],
            "env": { "SAFE_MIND_API_KEY": "sm_live_..." }
        }
    }
}

Documentation

  • API reference and examples: https://www.safe-mind.de/developers
  • Anonymity: analytics endpoints only return aggregated results; groups below the minimum group size are filtered server-side.

License

MIT