mcpbeat Sign in

Safe Mind MCP Server

by lewo-media Your server? Claim it
local only

Safe Mind runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 263 · avg 8
a month agotoday
34
Installs / week
npm · safe-mind-mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Safe Mind every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add safe-mind -- npx -y safe-mind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "safe-mind": {
      "args": [
        "-y",
        "safe-mind-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.safe-mind]
command = "npx"
args = ["-y", "safe-mind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "safe-mind": {
      "args": [
        "-y",
        "safe-mind-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "safe-mind": {
      "args": [
        "-y",
        "safe-mind-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAFE_MIND_API_KEY (Safe Mind API key (sm_live_...). Optional - the safe_mind_register and safe_mind_get_api_key tools can onboard a new account without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Safe Mind

same job, measured the same way
Dnb Risk Analytics
by dnb-risk-analytics
answering
Semrush
by pipeworx-io

Semrush MCP Pack — SEO analytics via the Semrush Analytics API.

42 tools answering
2pr.io
by 2pr

Draft, schedule and publish LinkedIn posts, reply to comments and read analytics via 2pr.io.

answering
Madeonsol
by madeonsol

Solana KOL trading intelligence & deployer analytics via x402 micropayments or API key.

326 installs/wk local only
Quantrisk
by 78degrees

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

42 installs/wk local only
EchoLedger
by icmoore

Live LP analytics — Uniswap V2/V3, Balancer, Curve stableswap: PnL, health, slippage, depeg risk.

11 tools answering
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

54 installs/wk local only
Usertour MCP Server
by usertour

Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics.

answering

Safe Mind — questions

Answers built from our own checks of this server.

Why is there no uptime for Safe Mind?
Safe Mind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package safe-mind-mcp was installed 34 times last week.
How do I connect Safe Mind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls safe-mind-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Safe Mind?
The npm package safe-mind-mcp was installed 34 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Safe Mind open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.