Home › Other › oasyce_psyche

oasyce_psyche

Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift.

TypeScript
★ 11 stars Last pushed 2026-04-14 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 9.2.2)

npx -y psyche-ai@9.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "oasyce_psyche": {
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai@9.2.2"
      ],
      "env": {
        "PSYCHE_MBTI": "<YOUR_VALUE>",
        "PSYCHE_NAME": "<YOUR_VALUE>",
        "PSYCHE_MODE": "<YOUR_VALUE>",
        "PSYCHE_LOCALE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PSYCHE_MBTI — MBTI personality type (e.g., ENFP, INTJ). Determines emotional baseline.
  • PSYCHE_NAME — Agent name for personalization.
  • PSYCHE_MODE — Operating mode: natural (balanced), work (minimal), companion (full).
  • PSYCHE_LOCALE — Locale: en or zh.

Related servers

Data from the Official MCP Registry