- Step1: Clone the repository using 'git clone https://github.com/Napat/mcpserver-demo.git'
- Step2: Run 'make setup' to install dependencies and configure environment variables
- Step3: Launch the backend server with 'make up' and ensure all services are running
- Step4: Access the MCP server API via localhost, and use included tools for AI communication, database queries, and automation
- Step5: For frontend features, run 'make frontend-dev' and access the UI at localhost:3000
- Step6: Follow the provided documentation to integrate custom AI models or extend functionalities