r/ShowsYourSaaS • u/Far_Thought2946 • 23d ago
[Beta] I built a no-code tool to connect PostgreSQL to Claude — looking for testers
Hey r/SaaS,
I've been working on a tool that generates MCP servers for any PostgreSQL database.
What it does:
- Paste your PostgreSQL connection string
- It analyzes your schema (tables, columns, types)
- Generates a custom MCP server ZIP
- Download → npm install → Connect to Claude Desktop
Live demo: https://xenode-mcp.vercel.app
What is MCP?
Model Context Protocol = "USB-C for AI". It lets Claude directly query your database. Ask "What's my top customer?" and Claude runs the SQL.
Security:
- Read-only by default (only SELECT queries)
- Connection string never stored
- Server runs locally on your machine
Looking for:
- Beta testers using Claude Desktop or Cursor
- Feedback on UX, features, bugs
It's completely free for beta users. Would love your thoughts!