Interact with PostgreSQL databases seamlessly through a standardized interface. Execute SQL queries, list schemas, and describe table structures to enhance your AI agents' capabilities. Simplify database interactions and leverage your data effectively with this powerful tool. **IMPORTANT SECURITY INFORMATION** This MCP server requires database credentials. It is *strongly* recommended that you run this locally to protect your sensitive information.
Tools
query
Execute a SQL query against the PostgreSQL database.
list_schemas
List all schemas in the database.
list_tables
List all tables in a specific schema. Args: schema: The schema name to list tables from (defaults to 'public')
describe_table
Get detailed information about a table. Args: table_name: The name of the table to describe schema: The schema name (defaults to 'public')