Skip to content
Gemini CLI

psyche ai for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:npm

Install psyche ai in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

psyche ai in other clients