Skip to main content

12 posts tagged with "Database"

Database tools and integrations

View All Tags

Snowflake MCP Server: Query, Explore & Manage Your Data Warehouse with AI

· 6 min read
MCPBundles

Snowflake MCP Server

Snowflake doesn't have an official MCP server. For a platform where most users interact through SQL, that's a meaningful gap — every question an analyst has starts with "what tables do we have?" and ends with a query, and that's exactly the workflow MCP is built for.

MCPBundles provides a purpose-built Snowflake toolset that connects your AI agent directly to your Snowflake account through the SQL REST API. Your AI can explore databases, navigate schemas, inspect table structures, execute arbitrary SQL, manage warehouses, and review query history — all authenticated with a Programmatic Access Token.

Supabase MCP Server: How to Connect Supabase to Claude, Cursor & Any AI Agent

· 4 min read
MCPBundles

Supabase MCP Server

Supabase ships an official MCP server that gives your AI access to the full Supabase platform — Postgres databases, authentication, storage, edge functions, and project management. It's one of the more complete official MCP implementations, covering both development workflows and production operations.

This guide covers what the Supabase MCP server offers, how to set it up, and how to access it through MCPBundles alongside your other tools.

PostgreSQL MCP Server: Query, Explore & Profile Your Database with AI

· 5 min read
MCPBundles

PostgreSQL MCP Server

There's no official PostgreSQL MCP server from the PostgreSQL Foundation — and there probably won't be, since PostgreSQL is an open-source project without a commercial entity pushing integrations. The community implementations that exist are mostly thin wrappers around psql — run a query, get results.

MCPBundles provides 20+ purpose-built tools that go far beyond raw SQL. Your AI explores schemas, profiles columns, analyzes index health, detects data quality issues, finds duplicates, explains query plans, and exports data — all without you writing a single SQL statement. And if you do want raw SQL, that's there too.

Best MCP Servers for Database Management in 2026

· 10 min read
MCPBundles

Databases are the highest-impact MCP use case we've found. Nothing else comes close in terms of time saved per tool call.

Think about how much of your day involves ad-hoc queries. "How many users signed up this week?" "What's the distribution of plan types?" "Show me the last 10 failed webhook deliveries." Each of these used to mean opening a database client, remembering the schema, writing the SQL, running it, copying the results somewhere useful. With a database MCP server, you describe what you want in plain English and the AI writes the query, runs it, and summarizes the results — in the same conversation where you asked.

We run PostgreSQL MCP as part of our daily workflow at MCPBundles. It handles ad-hoc reporting, data exploration, schema understanding, and debugging. It's the first tool we recommend to anyone evaluating MCP.

Yesterday a support engineer asked "how many workspaces are using custom bundles?" Instead of opening a SQL client, remembering the join between workspace_bundle_access and mcp_bundles, and filtering for user-created bundles — the AI wrote the query, ran it against our read-only replica, and returned the count with a breakdown by plan tier. Thirty seconds from question to answer, including the plan-tier breakdown nobody asked for but everyone wanted.

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. 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.

Browse, Search, and Export PostgreSQL Data: Exploration Tools

· 4 min read
MCPBundles

Ever stared at a database and thought "where the hell is that data?" You know it's in there somewhere, but you don't know where. That's what this bundle's for.

The Data Exploration MCP server bundle gives you 10 MCP tools to find stuff fast. Browse tables, search across columns, compare datasets, export results. No SQL knowledge required—just ask what you need and the AI figures it out.

Cartoon illustration showing a person using a magnifying glass to search through a colorful PostgreSQL database with tables and rows, finding data quickly and easily
Explore PostgreSQL databases effortlessly with AI-powered MCP tools that search, filter, and export data without writing SQL queries.

Understand Your PostgreSQL Database Structure: Schema Discovery Tools

· 4 min read
MCPBundles

Before you write queries or make changes, you need to know what you're working with. What tables exist? How are they connected? What depends on what?

The Schema Discovery MCP server bundle answers these questions. Ten MCP tools for discovering tables, mapping relationships, tracking dependencies, and documenting schemas. It's like having a map of your database before you start exploring.

Cartoon illustration of a person holding a database schema map showing PostgreSQL table relationships and connections with a lightbulb moment
Discover PostgreSQL database structure, map relationships, and track dependencies before writing queries or making changes.

Find and Fix Slow PostgreSQL Queries: Performance Analysis Tools

· 4 min read
MCPBundles

Slow queries kill productivity. Your app feels sluggish. Users complain. You know something's wrong but don't know what.

The Performance Analysis MCP server bundle helps you find and fix performance problems. Nine MCP tools for finding slow queries, analyzing execution plans, optimizing indexes, and monitoring database health. It's your performance debugging toolkit.

Cartoon illustration of a person fixing slow PostgreSQL database queries like a mechanic, with speedometer showing improved performance
Analyze PostgreSQL query performance, optimize indexes, and monitor database health to fix slow queries and improve speed.

Find and Fix PostgreSQL Data Issues: Quality & Profiling Tools

· 5 min read
MCPBundles

Bad data causes bugs. It causes bad decisions. It causes headaches.

The Data Quality & Profiling MCP server bundle helps you find data problems before they cause real issues. Nine MCP tools for profiling columns, finding duplicates, validating constraints, detecting outliers, and checking referential integrity. It's your data quality audit toolkit.

Cartoon illustration of a detective finding and fixing PostgreSQL data quality issues with a magnifying glass revealing data problems
Profile PostgreSQL columns, find duplicates, validate constraints, and detect outliers to ensure data quality and integrity.

Manage PostgreSQL Schema and Execute SQL Safely: Development & Operations Tools

· 5 min read
MCPBundles

Making database changes is risky. One wrong query and you've deleted production data. Or broken a constraint. Or locked a table.

The Development & Operations MCP server bundle makes database changes safer. Ten MCP tools for creating tables, altering schema, backing up data, executing batch operations, and previewing changes. It's your safety net for database operations.

Cartoon illustration of a person safely making PostgreSQL database changes with protective gear and backup systems visible
Execute SQL safely, create and alter PostgreSQL tables, backup data, and preview changes before executing to prevent data loss.