io.github.Shangri-la-0428/psyche-ai✓
io.github.Shangri-la-0428/psyche-ai · v9.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Shangri-la-0428/psyche-ai",
"description": "Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift.",
"repository": {
"url": "https://github.com/Shangri-la-0428/psyche-ai",
"source": "github"
},
"version": "9.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "psyche-ai",
"version": "9.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MBTI personality type (e.g., ENFP, INTJ). Determines emotional baseline.",
"format": "string",
"name": "PSYCHE_MBTI"
},
{
"description": "Agent name for personalization.",
"format": "string",
"name": "PSYCHE_NAME"
},
{
"description": "Operating mode: natural (balanced), work (minimal), companion (full).",
"format": "string",
"name": "PSYCHE_MODE"
},
{
"description": "Locale: en or zh.",
"format": "string",
"name": "PSYCHE_LOCALE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}