Skip to main content

Postgres Database Service MCP Integration

Provides secure interaction with Postgres database through the MCP protocol.

Go to CloudBase Platform to run MCP Server


Environment Variables

  • Set HOST to the database server address
  • Set PORT to the database port number
  • Set USER to the database username
  • Set PASSWORD to the database password
  • Set DATABASE to the database name to connect to

🗺️ Feature List

Tool IdentifierFunction DescriptionCore Parameters
queryExecute read-only SQL queriessql (SQL query statement)

Repository URL

https://github.com/modelcontextprotocol/servers/tree/main/src/postgres


🔌 Usage


CloudBase MCP Console