← Back to browse

psyche-ai

Indexed by io.github.Shangri-la-0428

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPSYCHE_MBTI PSYCHE_NAME PSYCHE_MODE PSYCHE_LOCALE
Claude Code
claude mcp add --env PSYCHE_MBTI= --env PSYCHE_NAME= --env PSYCHE_MODE= --env PSYCHE_LOCALE= psyche-ai -- npx psyche-ai
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"psyche-ai","command":"npx","args":["psyche-ai"],"env":{"PSYCHE_MBTI":"","PSYCHE_NAME":"","PSYCHE_MODE":"","PSYCHE_LOCALE":""}}'
JSON
{
  "mcpServers": {
    "psyche-ai": {
      "command": "npx",
      "args": [
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "",
        "PSYCHE_NAME": "",
        "PSYCHE_MODE": "",
        "PSYCHE_LOCALE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.