← Index

io.github.Shangri-la-0428/psyche-ai

io.github.Shangri-la-0428/psyche-ai·v9.2.2·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "psyche-ai": {
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "<psyche_mbti>",
        "PSYCHE_NAME": "<psyche_name>",
        "PSYCHE_MODE": "<psyche_mode>",
        "PSYCHE_LOCALE": "<psyche_locale>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "psyche-ai": {
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "<psyche_mbti>",
        "PSYCHE_NAME": "<psyche_name>",
        "PSYCHE_MODE": "<psyche_mode>",
        "PSYCHE_LOCALE": "<psyche_locale>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y psyche-ai
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other