Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native.
claude mcp add human-state --transport http https://mcp.nefesh.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"human-state": {
"url": "https://mcp.nefesh.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"human-state": {
"serverUrl": "https://mcp.nefesh.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"human-state": {
"type": "http",
"url": "https://mcp.nefesh.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"human-state": {
"url": "https://mcp.nefesh.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"human-state": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.nefesh.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.nefesh.ai/mcp |
X-Nefesh-Key: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/ai.nefesh--human-state/reviews or the review_server meta-tool.
POST /mcp