Game engine and simulation for AI-agent-driven NPCs - Python/Flask engine, ES6 live editor, MCP server, ~1090 tests
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"virtual-world": {
"command": "npx",
"args": [
"-y",
"tommylogon/virtual-world"
]
}
}
}
Run in terminal:
claude mcp add virtual-world npx -y tommylogon/virtual-world
Add to .cursor/mcp.json:
{
"mcpServers": {
"virtual-world": {
"command": "npx",
"args": [
"-y",
"tommylogon/virtual-world"
]
}
}
}