Build new or port PostgreSQL extensions with our new AI agent skill

Subscribe to get updates

VillageSQL Server Installation

Instructions for how to install VillageSQL Server.

Need detailed instructions? Visit our complete documentation for step-by-step guides, configuration options, and troubleshooting.

Command Line Install

Quick installation using our install script

curl -fsSL https://villagesql.com/shell | bash

Docker Install

Run VillageSQL in a Docker container

docker run -d -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 villagesql/server:stable

Build from Source

Clone the repository and build VillageSQL for your platform

git clone https://github.com/villagesql/villagesql-server.git

Agent Skills

Install workflows that run inside your AI coding agent

Install Agent Skills

Claude Code, Codex, Cursor, Antigravity, and more

curl -sSL https://villagesql.com/skills | bash