Back to Apps

GFS (Git For database Systems)
by guepard-corp
Safe database version control for AI coding agents and developers with instant rollbacks and branching.
146 stars
Updated 1 month ago
Works in:CursorWindsurf
Exposes:Tools
What it does\nGFS brings Git-like version control to databases, allowing AI agents and developers to create snapshots, branch experiments, and rollback changes instantly. It ensures that risky migrations or agent errors don't lead to permanent data loss.\n\n## Tools\n- init: Initialize a database repository.\n- commit: Create a named checkpoint of the current database state.\n- checkout: Restore the database to a specific commit or switch branches.\n- query: Execute SQL queries directly against the database.\n- schema diff: Compare the database structure between two different commits.\n- log: View the history of database changes.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"gfs\": {\n \"command\": \"gfs\",\n \"args\": [\"mcp\", \"--path\", \"/path/to/your/repo\"]\n }\n }\n}\n\n\n## Supported hosts\nConfirmed support for Claude Desktop, Claude Code, Cursor, and Windsurf.
Quick install
curl -fsSL https://gfs.guepard.run/install | bashInformation
- Pricing
- free
- Published
- 5/14/2026
- Updated
- 1 month ago
- stars
- 146
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry in ~/.cursor/ or project .cursor/Windsurf
mcp_config.json entryClaude Desktop
{
"mcpServers": {
"gfs": {
"command": "gfs",
"args": ["mcp", "--path", "/path/to/your/repo"]
}
}
}





