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
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.
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:
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 GitHubFrom 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.
| Package | npm | Purpose |
|---|---|---|
cli/ | safe-mind | Terminal client for the Safe Mind Public API v1 |
mcp/ | safe-mind-mcp | MCP 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!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
