Petsonality for Cursor
io.github.nanami-he/petsonality
An MBTI-powered terminal pet companion for Claude Code and OpenClaw.
client:Cursor
transport:stdio
runtime:npm
Install Petsonality in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"petsonality": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"petsonality"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs