{
  "markdown": "# Safe Mind Developer Tools\n\nOfficial CLI and MCP server for [Safe Mind](https://www.safe-mind.de) - the platform\nfor the legally required psychological risk assessment (Gefährdungsbeurteilung\npsychischer Belastung, GBU Psyche) in Germany.\n\n| Package | npm | Purpose |\n| --- | --- | --- |\n| [`cli/`](./cli) | [safe-mind](https://www.npmjs.com/package/safe-mind) | Terminal client for the Safe Mind Public API v1 |\n| [`mcp/`](./mcp) | [safe-mind-mcp](https://www.npmjs.com/package/safe-mind-mcp) | MCP server for AI assistants (Claude, ChatGPT, Gemini, Cursor, ...) |\n\n## Quick start\n\n```bash\nnpm install -g safe-mind\nsafe-mind login --email you@example.com --password '...'\nsafe-mind surveys create --start 2026-10-01 --weeks 4 --employees 220 \\\n  --department \"Produktion\" --department \"Verwaltung\"\n```\n\nMCP (any MCP client):\n\n```json\n{\n    \"mcpServers\": {\n        \"safe-mind\": {\n            \"command\": \"npx\",\n            \"args\": [\"-y\", \"safe-mind-mcp\"],\n            \"env\": { \"SAFE_MIND_API_KEY\": \"sm_live_...\" }\n        }\n    }\n}\n```\n\n## Documentation\n\n- API reference and examples: https://www.safe-mind.de/developers\n- Anonymity: analytics endpoints only return aggregated results; groups below the\n  minimum group size are filtered server-side.\n\n## License\n\nMIT\n",
  "bytes": 1267,
  "sha": "3fbd2915af4262b443318b089dca7f96bae7672be130cfaa4a549bfc3f36d79e",
  "repo_slug": "lewo-media/safe-mind-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_lewo_media_safe_mind_d52b7015/readme"
}