Back to Apps

PostgreSQL MCP Server
Supports UIby s2mgtvodois2
Secure MCP server enabling LLMs to access schemas, tables, and execute queries on PostgreSQL databases using Bun.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects an LLM to a PostgreSQL database, allowing the AI to explore database schemas, inspect tables, and execute SQL queries securely. It is designed for developers who want to use AI to analyze or manage their relational data directly within their chat interface.
Tools
list_tables: Lists all tables in the database to help the AI understand the schema.describe_table: Provides the columns and types for a specific table.execute_query: Runs a read-only or write SQL query against the database.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"postgresql-mcp-js": {
"command": "bun",
"args": ["run", "server.ts"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
bun run server.tsInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"postgresql-mcp-js": {
"command": "bun",
"args": ["run", "server.ts"]
}
}
}





