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.
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
安装
把 safe mind 添加到你的客户端。选择你正在使用的那个。
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.
评分
39 / 100
不完整
- 文档19/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年8月28日 |