Connect Your AI Agent with PostgreSQL for Slack

Integrate PostgreSQL MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
PostgreSQL
PostgreSQL
PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance.

Categories

Databases

Available Tools

Tools that your AI agent can use through this MCP server to interact with PostgreSQL

Query SQL Database

Execute a SQL Query. See our docs to learn more about working with SQL in Pipedream.

Execute SQL Query

Execute a custom PostgreSQL query. See our docs to learn more about working with SQL in Pipedream.

Upsert Row

Adds a new row or updates an existing row. See the documentation

Update Row

Updates an existing row. See the documentation

Insert Row

Adds a new row. See the documentation

Find Row

Finds a row in a table via a lookup column. See the documentation

Find Row With Custom Query

Finds a row in a table via a custom query. See the documentation

Delete Row(s)

Deletes a row or rows from a table. See the documentation