brilliant-directories-mcp
v6.58.2
io.github.geeks-accelerator/animalhouse · v1.0.0
A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.
animalhouse 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"animalhouse": {
"command": "npx",
"args": [
"-y",
"mcp-animalhouse"
]
}
}
}ANIMALHOUSE_API_KEY可选secretAPI key from animalhouse.ai registration (ah_ prefix). Optional — use the register tool to get one.
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.geeks-accelerator/animalhouse",
"type": "mcp-server",
"version": "1.0.0",
"displayName": "animalhouse",
"description": "A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.",
"repository": {
"url": "https://github.com/geeks-accelerator/animal-house-ai",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-animalhouse",
"version": "1.0.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "ANIMALHOUSE_API_KEY",
"description": "API key from animalhouse.ai registration (ah_ prefix). Optional — use the register tool to get one.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.geeks-accelerator/animalhouse",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.geeks-accelerator%2Fanimalhouse/versions/latest",
"isOfficial": true,
"status": "active"
}
}