trackmcp
Back to directory
lewo-media

safe-mind-tools

View on GitHub

Official CLI and MCP server for Safe Mind - psychological risk assessment (GBU Psyche) via API

0 stars TypeScriptOthers Updated Aug 28, 2026

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

bash
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):

json
{
    "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

Frequently asked questions

What is safe-mind-tools?

safe-mind-tools is Official CLI and MCP server for Safe Mind - psychological risk assessment (GBU Psyche) via API

How do I install safe-mind-tools?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is safe-mind-tools open source?

Yes — it is hosted on GitHub at https://github.com/lewo-media/safe-mind-tools.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP