Back to Browse

Safe Mind Tools MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Psychological risk assessments (GBU Psyche) via Safe Mind: surveys, departments, analytics.

About

Psychological risk assessments (GBU Psyche) via Safe Mind: surveys, departments, analytics.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server and CLI for Safe Mind, a German psychological risk assessment platform. Authentication is properly required for protected operations via API keys (stored in env vars or secure config files), and the codebase is clean with good input validation via Zod schemas and proper error handling. Permissions align well with the server's purpose (HTTP API calls, env var reading, local config file I/O). A minor finding around password handling in CLI arguments and lack of explicit credential lifecycle management are noted but do not significantly impact the security posture. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).

8 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Safe Mind API key (sm_live_...). Optional - the safe_mind_register and safe_mind_get_api_key tools can onboard a new account without it.Required

Environment variable: SAFE_MIND_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lewo-media-safe-mind": {
      "env": {
        "SAFE_MIND_API_KEY": "your-safe-mind-api-key-here"
      },
      "args": [
        "-y",
        "safe-mind"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!