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
Available Tools
5 toolsdelete_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.| Name | Required | Description | Default |
|---|---|---|---|
| subject_id | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | No | ||
| session_id | Yes |
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.| Name | Required | Description | Default |
|---|---|---|---|
| subject_id | Yes |
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.| Name | Required | Description | Default |
|---|---|---|---|
| eda | No | ||
| gaze | No | ||
| sdnn | No | ||
| spo2 | No | ||
| tone | No | ||
| pnn50 | No | ||
| rmssd | No | ||
| posture | No | ||
| urgency | No | ||
| mean_ibi | No | ||
| ibi_count | No | ||
| sentiment | No | ||
| timestamp | Yes | ||
| confidence | No | ||
| engagement | No | ||
| expression | No | ||
| heart_rate | No | ||
| session_id | Yes | ||
| subject_id | No | ||
| sleep_stage | No | ||
| speech_rate | No | ||
| stress_score | No | ||
| glucose_mg_dl | No | ||
| glucose_trend | No | ||
| source_device | No | ||
| activity_level | No | ||
| cognitive_load | No | ||
| eeg_beta_power | No | ||
| glucose_mmol_l | No | ||
| eeg_alpha_power | No | ||
| eeg_theta_power | No | ||
| respiratory_rate | No | ||
| skin_temperature | No | ||
| pitch_variability | No | ||
| steps_last_minute | No |
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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.