neon
Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.
Summary
The Neon skill integrates with the Neon MCP Server to let you manage Neon projects and databases directly from Claude Code.
- It simplifies tasks like creating branches, running queries, and monitoring database performance without leaving your development environment.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "neon": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/neon create project my-app with region us-east-1
List all branches in my Neon project 'my-app'
Run query: SELECT * FROM users LIMIT 10 on branch 'dev'
Security Audits
Frequently Asked Questions
What is neon?
The Neon skill integrates with the Neon MCP Server to let you manage Neon projects and databases directly from Claude Code. It simplifies tasks like creating branches, running queries, and monitoring database performance without leaving your development environment.
How to install neon?
To install neon: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "neon": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is neon best for?
neon is a mcp categorized under Data & Analytics. It is designed for: mcp, agent. Created by Anthropic.
What can I use neon for?
neon is useful for: Create a new Neon project and database for a development environment.; Provision a database branch for feature testing or staging.; Run SQL queries against a Neon database to inspect or modify data.; List all projects and their associated databases in your Neon account.; Delete a database branch after merging changes to clean up resources.; View connection strings and credentials for a specific database branch..