Petsonality for Zed
io.github.nanami-he/petsonality
An MBTI-powered terminal pet companion for Claude Code and OpenClaw.
client:Zed
transport:stdio
runtime:npm
Install Petsonality in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"petsonality": {
"command": "npx",
"args": [
"-y",
"petsonality"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs