Skip to main content

3 posts tagged with "Developer Tools"

Tools for developers and development workflows

View All Tags

Connect AI to Your PostgreSQL Database in 2 Minutes

· 6 min read
MCPBundles

You've got PostgreSQL databases you query all the time. Maybe it's your local dev database running on your laptop. Maybe it's your production database on a remote server. You used to hook them up to a BI tool or write SQL queries manually.

Now you want to query them with AI instead. Ask questions in plain English, get answers back.

But Claude can't access localhost. ChatGPT can't connect to remote databases with username/password auth. They're stuck in their own environments.

Install mcpbundles-proxy. Problem solved.

Cartoon illustration of developer connecting AI assistant to local and production PostgreSQL databases through secure proxy
Connect AI to your local dev database or remote PostgreSQL in under 2 minutes. No cloud dependencies.

PostgreSQL Database Tools: 38 Tools Organized Into 6 Use-Case Bundles

· 9 min read
MCPBundles

We just integrated PostgreSQL—the powerful open-source relational database—into MCPBundles. But here's the challenge: PostgreSQL exposes 38 different database tools covering everything from SQL queries to schema inspection to performance optimization. How do you make 38 tools discoverable and useful without overwhelming users?

The answer: use-case driven bundles. Instead of dumping 38 tools into one massive bundle, we organized them into 6 focused bundles based on what database professionals actually do. Every tool appears in the main "PostgreSQL" bundle, plus at least one specialized bundle aligned to specific workflows.

Cartoon illustration of a person organizing PostgreSQL database tools into focused bundles, happy expression
Organize PostgreSQL's 38 database tools into 6 focused bundles for data exploration, schema discovery, performance analysis, data quality, and development operations.