virtual-world

tommylogon/virtual-world
★ 0 stars JavaScript Code/Dev Tools Updated today
Game engine and simulation for AI-agent-driven NPCs - Python/Flask engine, ES6 live editor, MCP server, ~1090 tests
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}