Back to Home
polarbase-team icon

polarbase

Verified Safe

by polarbase-team

Overview

Extensible open-source data backend for PostgreSQL with a multi-view UI (spreadsheet), AI agent integration via MCP, and real-time capabilities.

Installation

Run Command
bun start

Environment Variables

  • SUPER_ADMIN_API_KEY
  • GEMINI_API_KEY
  • OPENAI_API_KEY
  • POSTGRES_USER
  • POSTGRES_HOST
  • POSTGRES_DB
  • POSTGRES_PASSWORD
  • POSTGRES_PORT

Security Notes

The project uses API key-based authentication, rate-limiting, and comprehensive input validation (Elysia's t.Object, t.String patterns, t.Numeric min/max, t.Files limits) to mitigate common web vulnerabilities. Database interactions are primarily handled by Knex, which generally protects against SQL injection. File uploads are sanitized, and the super admin key is environment variable-driven, not hardcoded. Limited use of `pg.raw` is observed, but in contexts that appear to be for DDL or fixed expressions rather than user input, reducing direct injection risk.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars3
Forks1
Last Update2026-01-19

Tags

PostgreSQLBackend-as-a-ServiceAI-AgentsSpreadsheet-UIRealtime-Database