Skip to main content
Glama

Nefesh — Real-time Human State Awareness

Server Details

Real-time human state fusion: stress score from heart, voice, face signals. GDPR compliant.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
tomstuhl/nefesh-mcp-server
GitHub Stars
0
Server Listing
nefesh-mcp-server

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
delete_subjectInspect

Permanently delete all data for a subject_id.

Cascading: removes all sessions, TriggerMemory, and stored signals.
GDPR/BIPA compliant. Irreversible. Not a medical device.
ParametersJSON Schema
NameRequiredDescriptionDefault
subject_idYes
get_human_stateInspect

Get current unified human state for a session.

Returns stress level, active signals, confidence, and a default LLM behavior recommendation. Call before generating important responses. Not a medical device.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYes
get_session_historyInspect

Get state history for a session over time.

Returns timestamped datapoints with stress scores, states, and heart rates. Useful for trend analysis. Not a medical device.

ParametersJSON Schema
NameRequiredDescriptionDefault
minutesNo
session_idYes
get_trigger_memoryInspect

Retrieve psychological trigger profile for a subject.

Shows which conversation topics cause stress (active triggers)
and which have been resolved. Requires subject_id from previous
ingest calls with user_message + ai_response. Not a medical device.
ParametersJSON Schema
NameRequiredDescriptionDefault
subject_idYes
ingestInspect

Send human signals from any sensor, get unified state back.

session_id + timestamp + at least one signal required.
Heart rate, glucose, EEG, voice tone, facial expression —
send what you have. Not a medical device.
ParametersJSON Schema
NameRequiredDescriptionDefault
edaNo
gazeNo
sdnnNo
spo2No
toneNo
pnn50No
rmssdNo
postureNo
urgencyNo
mean_ibiNo
ibi_countNo
sentimentNo
timestampYes
confidenceNo
engagementNo
expressionNo
heart_rateNo
session_idYes
subject_idNo
sleep_stageNo
speech_rateNo
stress_scoreNo
glucose_mg_dlNo
glucose_trendNo
source_deviceNo
activity_levelNo
cognitive_loadNo
eeg_beta_powerNo
glucose_mmol_lNo
eeg_alpha_powerNo
eeg_theta_powerNo
respiratory_rateNo
skin_temperatureNo
pitch_variabilityNo
steps_last_minuteNo

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.