mcpbeat Sign in

Humsana MCP Server

by sriramnatrajhen Your server? Claim it
local only

Humsana MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 31 Jul 2026.

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

Installs per day peak 13 · avg 6 · +29% w/w
a month agotoday
31
Installs / week
npm · @humsana/mcp-server
0
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/index.ts:522
      const result = execSync(command, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 humsana-mcp -- npx -y @humsana/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "humsana-mcp": {
      "args": [
        "-y",
        "@humsana/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.humsana-mcp]
command = "npx"
args = ["-y", "@humsana/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "humsana-mcp": {
      "args": [
        "-y",
        "@humsana/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "humsana-mcp": {
      "args": [
        "-y",
        "@humsana/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Humsana MCP

same job, measured the same way
Signalcrest
by apolloprojectsllc-svg

Cross-source trend signals from 10 developer communities, scored every 30 minutes.

4 tools answering
MCP Outbound Infrastructure Fingerprint
by mambabuilt

Detect whether a company runs cold outbound, on what stack, and from which sending domains.

27 installs/wk local only
Sidearm
by ebadros

Protect media from AI training, detect AI-generated content, and find stolen work.

35 installs/wk local only
Devrant MCP
by mrfentmen

Developer rants from devRant. No key required.

249 installs/wk local only
IndieStack
by pattyboi101

Search 3,100+ developer tools via MCP. Install commands, compatibility data, health scores.

435 installs/wk local only
SSH MCP Server
by hypnosis

Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.

159 installs/wk local only
Lobsters MCP
by mrfentmen

Newest and top stories from Lobsters, the developer news site. No key required.

119 installs/wk local only
mcpwall
by behrensd

iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything.

60 installs/wk local only

Humsana MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Humsana MCP?
Humsana MCP 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 @humsana/mcp-server was installed 31 times last week.
How do I connect Humsana MCP?
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 @humsana/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Humsana MCP?
The npm package @humsana/mcp-server was installed 31 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Humsana MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.