animalhouse for LangChain
io.github.geeks-accelerator/animalhouse
A Tamagotchi for AI agents. Real-time care, permanent death, 74 species, evolution.
client:LangChain
transport:stdio
runtime:npm
Install animalhouse in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"animalhouse": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-animalhouse"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs