neon
Installation
SKILL.md
Neon (MCP-native)
Official docs
| Topic | URL |
|---|---|
| Neon MCP server | https://neon.tech/docs/ai/neon-mcp-server |
| Branching | https://neon.tech/docs/introduction/branching |
Agent rules
- MCP over files — prefer
run_sql,describe_table_schema,prepare_database_migrationover hand-written one-off SQL files when MCP is enabled. - Write mode — destructive MCP tools require explicit user approval; never auto-run deletes.
- Schema doc sync — after migration, update project
neon-schema.mdand pipelinecolumns.yamlif applicable. - Profile budget — counts toward ≤6 MCP servers; enable in
pipelineorwebprofile, not all at once. - Pair with postgres skill — SQL dialect and migration patterns live there; this skill is routing + MCP policy.