Skip to content
Cursor

safe mind for Cursor

io.github.lewo-media/safe-mind

Psychological risk assessments (GBU Psyche) via Safe Mind: surveys, departments, analytics.

client:Cursor transport:stdio runtime:npm

Install safe mind in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "safe-mind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "safe-mind-mcp"
      ],
      "env": {
        "SAFE_MIND_API_KEY": "<SAFE_MIND_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

safe mind in other clients