This repository contains the AI RPG project, which includes a game server and an MCP server.
- Navigate to the
ai-rpg-mvp
directory:cd ai-rpg-mvp
- Copy the example environment file and update it with your settings:
cp .env.example .env # Edit .env and add your API keys and configuration
- Run the game server:
make run
- Navigate to the
mcp-server
directory:cd mcp-server
- Copy the example environment file and update it with your settings:
cp .env.example .env # Edit .env and add your API keys and configuration
- Run the MCP server:
make run
ai-rpg-mvp/
: Contains the game server and context tracking system.mcp-server/
: Contains the MCP server.
For more detailed information, refer to the README files in each directory.