Provides a server to interact with the PostgreSQL temporal_tables extension, enabling users to manage and explore historical data.
Sponsored
The Postgres Temporal server offers a robust interface for PostgreSQL temporal tables, allowing for comprehensive management of historical data. Leveraging the Model Context Protocol (MCP), it empowers users to delve into table history, easily restore previous versions of records, and maintain a full audit trail of changes. This tool simplifies the complexities of temporal data, making it accessible for developers and database administrators alike to track, review, and recover data states over time.
Key Features
01Flexible database connection options, including external Docker containers
02Manage temporal data through Model Context Protocol (MCP)
03Full history tracking for PostgreSQL tables
040 GitHub stars
05Restore previous versions of data
06View complete table history
Use Cases
01Auditing changes to critical database records
02Restoring data to a previous state after errors or accidental deletions
03Analyzing historical trends and data evolution over time