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_MBTIMBTI personality type (e.g., ENFP, INTJ). Determines emotional baseline.
PSYCHE_NAMEAgent name for personalization.
PSYCHE_MODEOperating mode: natural (balanced), work (minimal), companion (full).
PSYCHE_LOCALELocale: 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-aiRelated MCP servers
Thronglets
Maintained
P2P shared memory substrate for AI agents — stigmergic knowledge network via libp2p
5
View repository →Rust
MIT
io.github.Shangri-la-0428/oasyce
Maintained
On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes.
3
View repository →Python