npm safe-mind-mcpstdioMITupdated 11d ago
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.
¿Qué puedes hacer con safe mind?
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
Instalación
Añade safe mind a tu cliente. Elige el que uses.
claude mcp add safe-mind-mcp -- npx -y safe-mind-mcpcodex mcp add safe-mind-mcp -- npx -y safe-mind-mcpamp mcp add safe-mind-mcp -- npx -y safe-mind-mcp{
"mcpServers": {
"safe-mind-mcp": {
"command": "npx",
"args": [
"-y",
"safe-mind-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"safe-mind-mcp": {
"command": "npx",
"args": [
"-y",
"safe-mind-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"safe-mind-mcp","command":"npx","args":["-y","safe-mind-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"safe-mind-mcp": {
"command": "npx",
"args": [
"-y",
"safe-mind-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"safe-mind-mcp": {
"command": "npx",
"args": [
"-y",
"safe-mind-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"safe-mind-mcp": {
"command": "npx",
"args": [
"-y",
"safe-mind-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"safe-mind-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"safe-mind-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"safe-mind-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"safe-mind-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y safe-mind-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación19/25
- Mantenimiento19/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.1Última | 28 ago 2026 |