SingleStore MCP Server

# SingleStore Database Configuration # Copy this file to .env and fill in your values # Database connection settings SINGLESTORE_HOST=your-host.singlestore.com SINGLESTORE_PORT=3306 SINGLESTORE_USER=your-username SINGLESTORE_PASSWORD=your-password SINGLESTORE_DATABASE=your-database # Note: Never commit the actual .env file with credentials to version control # Add .env to your .gitignore file