alvinunreal/openpets--packages-dsh ↗★ 1.1k
@open-pets/dsh
Local first, desktop companion platform with animated pets, plugin SDK and coding-agent integrations.
AI Analysis
核心用途是将桌面宠物平台作为 MCP 工具接入智能体。适合需要桌面动画宠物互动及编码辅助集成的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alvinunreal/openpets#042844d8e3cd43d8984a2742865d100c3a7be4a4&path:packages/dshREADME
Read the full README ↗MCP Server Configuration
To run OpenPets as an MCP tool, add the server to your agent's configuration:
{
"mcpServers": {
"openpets": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@open-pets/mcp@latest"]
}
}
}
Tip: To target a specific pet, pass the --pet argument.