PluginBench
MCP Server
Maintained
MIT

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

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

What is the io.github.Shangri-la-0428/psyche-ai MCP server?

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

How to install io.github.Shangri-la-0428/psyche-ai

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "psyche-ai": {
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "<YOUR_PSYCHE_MBTI>",
        "PSYCHE_NAME": "<YOUR_PSYCHE_NAME>",
        "PSYCHE_MODE": "<YOUR_PSYCHE_MODE>",
        "PSYCHE_LOCALE": "<YOUR_PSYCHE_LOCALE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "psyche-ai": {
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "<YOUR_PSYCHE_MBTI>",
        "PSYCHE_NAME": "<YOUR_PSYCHE_NAME>",
        "PSYCHE_MODE": "<YOUR_PSYCHE_MODE>",
        "PSYCHE_LOCALE": "<YOUR_PSYCHE_LOCALE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "psyche-ai": {
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "<YOUR_PSYCHE_MBTI>",
        "PSYCHE_NAME": "<YOUR_PSYCHE_NAME>",
        "PSYCHE_MODE": "<YOUR_PSYCHE_MODE>",
        "PSYCHE_LOCALE": "<YOUR_PSYCHE_LOCALE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "psyche-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "psyche-ai"
      ],
      "env": {
        "PSYCHE_MBTI": "<YOUR_PSYCHE_MBTI>",
        "PSYCHE_NAME": "<YOUR_PSYCHE_NAME>",
        "PSYCHE_MODE": "<YOUR_PSYCHE_MODE>",
        "PSYCHE_LOCALE": "<YOUR_PSYCHE_LOCALE>"
      }
    }
  }
}
Claude Code
claude mcp add psyche-ai --env PSYCHE_MBTI=<YOUR_PSYCHE_MBTI> --env PSYCHE_NAME=<YOUR_PSYCHE_NAME> --env PSYCHE_MODE=<YOUR_PSYCHE_MODE> --env PSYCHE_LOCALE=<YOUR_PSYCHE_LOCALE> -- npx -y psyche-ai

Related MCP servers

Thronglets

Maintained

P2P shared memory substrate for AI agents — stigmergic knowledge network via libp2p

5
Rust
MIT
View repository →

On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes.

3
Python
View repository →