The MySQL Test Data Generator MCP Server is a Python-based tool designed to generate test data for MySQL databases. This server is specifically tailored for local development environments, providing a simple and efficient way to create mock data for testing purposes.
To set up the MySQL Test Data Generator MCP Server, follow these steps:
1. Clone the repository:
bash
git clone https://github.com/co-pine/gen-data.git
2. Navigate to the project directory:
bash
cd gen-data
3. Install the required dependencies:
bash
pip install -r requirements.txt
Once configured, you can start generating test data by running the main.py
script:
python main.py
This will launch the MCP Server, allowing you to generate and manage MySQL test data locally.
For more detailed instructions and examples, refer to the official documentation.
Contributions are welcome! If you'd like to improve the MySQL Test Data Generator MCP Server, feel free to fork the repository and submit a pull request.
This project is open-source and available under the MIT License.
Join the community by starring the repository or contributing to its development.