Loading...
{
"mcpServers": {
"gateway": {
"command": "PATH_TO_GATEWAY_BINARY",
"args": ["start", "--config", "PATH_TO_GATEWAY_YAML_CONFIG", "mcp-stdio"]
}
}
}get_table_dataRetrieves data from a specified database table.
Read-only operation.
create_new_recordCreates a new record in a database table.
Non-destructive write operation.
update_existing_recordModifies an existing record in a database table.
Structural modification of data.
delete_recordDeletes a record from a database table.
Destructive operation.
execute_sql_queryExecutes a raw SQL query against the database.
Unrestricted SQL execution can lead to data breaches or system compromise.
CentralMind Gateway offers several security features, but the overall safety depends on proper configuration and usage. It's relatively safe for read-only access with PII redaction and strict RLS. Risks increase with write operations and direct SQL access without adequate controls.