
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)
claude mcp add --transport http postgres https://waystation.ai/postgres/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 58 |
|---|---|
| Transport | HTTP, SSE |
| Auth | None |
| Last updated | September 10, 2025 |
| Repository | waystation-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.
- WayStation MCP supports both Streamable HTTPS and SSE transports
- The default endpoint is https://waystation.ai/mcp. It does transport negotiation and authorization if necessary
- WayStation also provides preauthenticated individual endpoints like https://waystation.ai/mcp/Iddq66dIdkfARDNb3K. Any registered user can get one in their dashboard at https://waystation.ai/dashboard
Supported providers
- WayStation supports the following productivity apps: Notion, Monday, Asana, Linear, Atlassian JIRA/Confluence, Slack, Teams, Google Drive (including Docs and Sheets), Office 365, Airtable, Miro, Intercom, PayPal.
- Users can browse available integrations/providers in the Integrations Marketplace
- New integrations are added regularly based on customer requests or community contributions. If you have an integration request, please contact us at support@waystation.ai.
- Users can connect their apps in the dashboard. The connection process may vary by app but generally involves OAuth2 authentication flow with some additional steps for certain apps.
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:
- Project Management
- Task Automation
- Meeting Summaries & Action Items
- Workflow Automation & Process Optimization
- Resource & Capacity Planning
- Risk & Issue Management
- Reporting & Insights
- Portfolio Management
- Team Collaboration Assistant
- Creative Production Management
- Campaign Management
- Product Management & Roadmapping
- Product Launch Coordination
- Operations Management
- IT Project Coordination
- Project Intake & Triage
- Knowledge Management Integration
- Goal Tracking & OKR Alignment
- Compliance & Audit Trail Management
- Timeline & Deadline Optimization
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.