A new Neon MCP Server command 🛠️
We're continuing to build Neon MCP Server capabilities. This week we added support for a new get_connection_string
command that returns your database connection string.
If you haven't tried the Neon MCP Server yet, follow one of our guides to get started. Spin up databases instantly, run queries, and perform migrations using natural language in any IDE or AI tool that supports the Model Context Protocol (MCP).
- Cursor & Neon Postgres MCP Server
- Claude Desktop & Neon Postgres MCP Server
- Cline & Neon Postgres MCP Server
- Windsurf & Neon Postgres MCP Server
Track your Neon Projects in Slack 💬
We've been fine-tuning the Neon Slack App that we first introduced back in January. If you haven't tried it yet, see the documentation for setup instructions.
Here are the commands it supports to help you manage and monitor your Neon projects:
/neon auth
- Connect Slack to your Neon account/neon projects
- List your Neon projects/neon usage
- Show overall resource usage for your account/neon help
- List all available commands/neon status
- Check the current status of Neon's cloud service/neon feedback
- Share your thoughts and suggestions about the Neon Slack App/neon projects usage
- Show resource usage for a specific project/neon projects shared
- List all projects shared with you/neon invite user
- Invite users to your organization
We’d love to hear your feedback. Use the /neon feedback
command in Slack to share your thoughts.
Get started faster with new Neon projects ⚡
We've added a Getting started widget to the Project Dashboard to help you set up new Neon projects faster. You'll see this widget whenever you create a new Neon project. It provides quick access to getting started actions and instructions:
- Connect to your database – Easily find your database connection details.
- Import your data – Bring your data to Neon with a few clicks.
- Get sample data – Load sample datasets to experiment with Neon.
- View database contents – Manage tables and data directly from the dashboard.
Neon’s bug bounty program is now public 🕵️♂️
Neon’s bug bounty program on HackerOne is now open to the public! After a successful private launch, we’re now inviting security researchers to test our platform, identify vulnerabilities, and earn rewards. Read the announcement to learn more.
Fixes & improvements
-
Neon Console
We've repositioned the "new query" button in the Neon SQL Editor, bringing it a little closer to the action. You'll now find it at the top of the editor.
-
Postgres extension update
The PostgreSQL Anonymizer (
anon
) extension, which was not officially supported in Neon but enabled for some users for evaluation, will be removed. Data anonymization support continues to be on our 2025 roadmap. We will contact knownanon
extension users directly by email before we remove the extension. If you are using theanon
extension and have questions or concerns, please reach out to Neon Support. -
Drizzle Studio update
We updated the Drizzle Studio integration that powers the Tables page in the Neon Console to version 1.0.17. For the latest improvements and fixes, see the Neon Drizzle Studio Integration Changelog.
-
Neon GitHub Actions update
The Neon Create Branch Action was refactored to use the GitHub typescript-action template, and the version was updated to
v6
. The new version includes new and modified field names.