Blog

Guides & Tutorials

Step-by-step articles on MCP servers, AI + database integrations, and more. — Page 3

Why Your AI's SQL Fails on Columns Named order, name, or group

Your AI got the column name exactly right and the query still failed with a syntax error. The column is a reserved word — order, group, name, select — and needs quoting: double quotes in Postgres, brackets in SQL Server, backticks in MySQL.

August 11, 2026

Your First Week With Claude Connected to Your Database

Connected Claude to Postgres via MCP — now what? A seven-day playbook: explore schema, verify known answers, set project rules, try one weekly report, and avoid the usual traps.

August 8, 2026

Stop Uploading Excel to Claude for Company Numbers

Uploading spreadsheets to Claude works once — then the file is stale. For KPIs that live in your database, connect read-only MCP and ask live. What you can still export to Excel, and what not to expect.

August 8, 2026

Weekly Database Reports with Claude Cowork (Scheduled Tasks + Live Data)

Use Claude Cowork scheduled tasks with a read-only database connector so Monday's KPI summary runs on live rows — no weekly CSV export. Prompts, /schedule setup, and safety checklist.

August 8, 2026

Your Postgres Schema Isn't Only public — Does Your AI See the Rest?

Django, Rails, and warehouse-style Postgres apps put tables outside public. If AI list_tables only shows public, whole schemas disappear. How schema.table works with MCP — and how to check.

August 6, 2026

Stop Letting the AI Guess Your Column Names

Live MCP access still fails when the model skips describe_table and invents columns. How to force schema checks, when execute_sql goes wrong, and prompts that cut the retry loop.

August 6, 2026

AI Chat vs Admin UI for Database Questions

You may already have an admin screen for 'when did they cancel?' AI Q&A on a read-only database still wins for awkward joins and one-off ticket facts — when the UI is slow or incomplete.

July 28, 2026

How to Connect ChatGPT to Supabase with MCP

Connect ChatGPT to Supabase via MCP: Developer Mode, service role vs anon/RLS, Synra endpoint, staging project first. Read-only gateway and table allowlists.

July 28, 2026

Multi-Tenant Databases and AI: Don't Forget org_id

AI SQL on a multi-tenant Postgres DB often drops the tenant filter. How to prompt for org_id/workspace_id, use views, and avoid cross-tenant counts in Claude or Cursor.

July 28, 2026

How to Prepare Staging Data Before Connecting AI

Staging first only helps if staging isn't a full copy of production PII. What to scrub, how to subset, and when a fake seed is better than a prod dump before Claude or Cursor connects.

July 28, 2026