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日 |