Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
waystation-ai avatar

Postgres

  • 58 repo stars
  • Updated September 10, 2025
  • waystation-ai/mcp

ai.waystation/postgres is an MCP server that connects your agent to PostgreSQL to query data and inspect schemas.

About

ai.waystation/postgres is a hosted MCP server that connects AI coding agents to your PostgreSQL database so you can query data and inspect schemas from Claude Code, Cursor, Codex, or Windsurf. developers shipping SaaS backends spend constant time checking whether a column exists, whether counts match expectations, or whether an index explains slow API paths; this server puts that context in the agent thread instead of alt-tabbing to psql or a GUI client. Canonical placement is Build / backend, with Operate / iterate for production debugging and Ship / testing for data fixtures and verification. Treat it as a power tool: scope credentials carefully through Waystation, prefer read-only roles for exploratory sessions, and use it alongside migration skills rather than as a substitute for reviewed schema changes. Manifest version is 0.3.1 with standard Waystation dual transport endpoints.

  • PostgreSQL query and schema access through Waystation remote MCP (v0.3.1)
  • Streamable-http and SSE remotes for agent-side database exploration
  • Supports indie backend loops: inspect tables, validate queries, reason about migrations
  • Hosted connector—avoid wiring raw connection strings into every local MCP repo
  • Complements ORM code in-repo with live catalog awareness via MCP tools

Postgres by the numbers

  • Data as of Jul 25, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http postgres https://waystation.ai/postgres/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars58
TransportHTTP, SSE
AuthNone
Last updatedSeptember 10, 2025
Repositorywaystation-ai/mcp

What it does

Query PostgreSQL schemas and data from your agent while you build APIs, debug SQL, or verify migrations without a separate SQL client.

Who is it for?

Best when you're building on Postgres and want the coding agent to explore schema and data safely through a hosted MCP bridge.

Skip if: Projects on other databases only, or teams that forbid any agent-mediated database access regardless of hosting.

What you get

Once the Postgres MCP remote is connected, the agent can run informed queries and schema checks that match your live database.

  • Agent-executed queries against connected Postgres
  • Schema-aware answers for migrations and API work
  • Faster validation of assumptions about tables and relationships

By the numbers

  • Server version 0.3.1
  • 2 remote endpoints (streamable-http and SSE)
  • Open-source repo: github.com/waystation-ai/mcp
README.md

What is WayStation

WayStation connects Claude Desktop, ChatGPT and any MCP host with the productivity tools you use daily such as Notion, Monday, Airtable, Jira etc. through a no-code, secure integration hub.

The original local WayStation MCP server has been deprecated in favor of the new remote MCP server hosted at https://waystation.ai/mcp. Please refer to the new WayStation MCP server documentation here

Overview

WayStation MCP server is a universal remote MCP server that seamlessly connects Claude (and other clients) to a broad range of productivity tools, including Notion, Monday, AirTable, etc.

Supported providers

Supported AI apps

  • WayStation remote MCP was tested with Claude, Cursor, Cline, WindSurf, and MCP-remote STDIO proxy provider
  • For Claude, user should go into their Settings, then Integrations and click "Add Integration". Then enter "WayStation" as the Server Name and unique MCP URL from user's dashboard
  • For Cline, user should simply go into the MCP Server screen, switch to the Remote Servers tab, enter "WayStation" as the Server Name and unique MCP URL from user's dashboard
  • For Cursor, user should go to the Cursor Settings, MCP tab and click "Add new global MCP server". In mcp.json file user should add the entry for WayStation as following:
"WayStation": {
      "url": "https://waystation.ai/mcp/<user_unique_id>"
}

Use Cases

WayStation supports a variety of productivity and automation use cases listed below:

Recommended MCP Servers

How it compares

Live Postgres MCP connector, not a SQL style-guide skill with no database wire-up.

FAQ

Who is ai.waystation/postgres for?

Backend-focused developers using PostgreSQL who want MCP agents to query schemas and data during development and debugging.

When should I use ai.waystation/postgres?

Use it while implementing APIs, writing SQL, validating migrations, or investigating production data issues with agent assistance.

How do I add ai.waystation/postgres to my agent?

Register https://waystation.ai/postgres/mcp or https://waystation.ai/postgres/mcp/sse in MCP settings and connect your database through Waystation’s authorization flow.

Databasesdatabasesanalytics

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.