# Manage Neon Databases from ChatGPT

DevFeed: [Manage Neon Databases from ChatGPT](<https://devfeed.tech/articles/manage-neon-databases-from-chatgpt-5532.md>)

Original publisher: [Read original article](<https://neon.com/blog/manage-neon-databases-from-chatgpt>)

Author: Ryan Vogel

Published: 2025-09-11T23:00:12Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [API](<https://devfeed.tech/topics/api.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [databases](<https://devfeed.tech/tags/databases.md>), [developer](<https://devfeed.tech/tags/developer.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [product](<https://devfeed.tech/tags/product.md>), [real-time](<https://devfeed.tech/tags/real-time.md>)

## AI overview

This tutorial explains how to connect Neon's MCP server to ChatGPT. It shows how to use ChatGPT to inspect Neon Postgres projects, activity, usage, branches, and workloads, and provides setup steps for enabling Developer Mode, adding the connector, authenticating with OAuth, and approving access.

## Source excerpt

OpenAI just launched support for MCP servers in ChatGPT, letting you connect external tools - including Neon! Via Neon's MCP server, you can bring your Postgres projects into ChatGPT and ask questions about resource usage, database activity, branches, and more. ChatGPT Now Suppor...