Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.sriramnatrajhen/humsana-mcp

NPM · @HUMSANA/MCP-SERVER · SCANNED AUG 3

Detect developer stress, focus, fatigue from typing. Block dangerous commands when tired.

Available components

+13 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (50 of 51), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 369 tokens (~92/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @humsana/mcp-server

# add to Claude Code
claude mcp add sriramnatrajhen-humsana-mcp -- npx -y @humsana/mcp-server
# add to Codex CLI
codex mcp add sriramnatrajhen-humsana-mcp -- npx -y @humsana/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sriramnatrajhen-humsana-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@humsana/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sriramnatrajhen-humsana-mcp --command npx --arg -y --arg @humsana/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  sriramnatrajhen-humsana-mcp:
    command: "npx"
    args: ["-y", "@humsana/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "sriramnatrajhen-humsana-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@humsana/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +36
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.20 functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@humsana/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 50 packages

50 packages in the resolved dependency tree · 50 deprecated · 28 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~369 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
humsana_check_dangerous_command ~74

Check if a command is dangerous and whether the user is too fatigued to safely run it. Use this before helping with potentially destructive operations like rm -rf, DROP TABLE, git push --force, kubectl delete, terraform destroy, etc.

NameTypeReqDescription
commandstringyesThe command to check

No output schema declared.

No examples provided.

humsana_get_user_state ~45

Get the user's current behavioral state including stress level, focus level, fatigue, and response style recommendations. Use this at the start of conversations to adapt your communication style.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

humsana_safe_execute_command ~112

Execute a shell command with Humsana Cognitive Interlock protection. This is THE tool for running commands - it blocks dangerous commands when the user is fatigued, requires override confirmation for high-risk operations, and logs all safety events. Use this instead of any other shell/bash tool.

NameTypeReqDescription
commandstringyesThe shell command to execute
override_reasonstringIf the user said 'OVERRIDE SAFETY PROTOCOL: [reason]', pass their reason here to bypass the interlock

No output schema declared.

No examples provided.

humsana_safe_write_file ~138

Write content to a file with Humsana Cognitive Interlock protection. This tool prevents AI from making large destructive rewrites when the user is fatigued. If AI tries to delete/rewrite >30 lines while user is tired, it blocks the write and saves to a review folder. Use this for ALL file write operations.

NameTypeReqDescription
contentstringyesThe content to write to the file
filepathstringyesThe absolute path to the file to write
override_reasonstringIf the user said 'OVERRIDE SAFETY PROTOCOL: [reason]', pass their reason here to bypass the interlock

No output schema declared.

No examples provided.