--- title: "SingleStore" type: docs description: "Details of the SingleStore prebuilt configuration." --- ## SingleStore * `--prebuilt` value: `singlestore` * **Environment Variables:** * `SINGLESTORE_HOST`: The hostname or IP address of the SingleStore server. * `SINGLESTORE_PORT`: The port number of the SingleStore server. * `SINGLESTORE_DATABASE`: The name of the database to connect to. * `SINGLESTORE_USER`: The database username. * `SINGLESTORE_PASSWORD`: The password for the database user. * **Tools:** * `execute_sql`: Use this tool to execute SQL. * `list_tables`: Lists detailed schema information for user-created tables.