PostgresAI CLI
Reference​
Install (optional)​
You can run postgresai commands without installing, using npx or bunx. If you prefer to install it globally:
- npm
- Homebrew (macOS)
npm install -g postgresai
brew tap postgres-ai/tap https://gitlab.com/postgres-ai/homebrew-tap.git
brew install postgresai
Authenticate​
Authenticate via browser and store the API key locally:
- Installed CLI
- npx
- bunx
postgresai auth
npx postgresai@latest auth
bunx postgresai@latest auth
Install MCP (Cursor, Claude Code, Windsurf, Codex)​
Install MCP integration for your AI coding tool:
- Installed CLI
- npx
- bunx
postgresai mcp install
npx postgresai@latest mcp install
bunx postgresai@latest mcp install
Work with issues​
List issues:
- Installed CLI
- npx
- bunx
postgresai issues list
npx postgresai@latest issues list
bunx postgresai@latest issues list
View a specific issue:
- Installed CLI
- npx
- bunx
postgresai issues view <issue_id>
npx postgresai@latest issues view <issue_id>
bunx postgresai@latest issues view <issue_id>
Post a comment:
- Installed CLI
- npx
- bunx
postgresai issues post-comment <issue_id> "<comment>"
npx postgresai@latest issues post-comment <issue_id> "<comment>"
bunx postgresai@latest issues post-comment <issue_id> "<comment>"