- Guepard
Guepard
Guepard MCP
Guepard MCP is a multi-compute server that redefines how databases are managed in modern AI and data-driven environments.
Instead of treating your database as a fragile, single-state system, Guepard turns it into a flexible, version-controlled workspace.
Key Features
-
Instant Branching
Create branches from any snapshot to test features, run migrations, or experiment safely without touching production. -
Snapshots & Time-Travel
Move backward or forward in your data history for reproducibility, auditability, and disaster recovery. -
Agent-Native by Design
Built for AI workflows, enabling agents to spin up disposable environments on demand and collaborate with developers seamlessly. -
Database-Agnostic
Works with Postgres, MySQL, ClickHouse, and more, thanks to a lightweight Docker-based runtime. -
Cloud-Native & Scalable
Isolated, reversible environments designed to scale with modern infrastructure.
Why Guepard?
Traditional databases lock you into a single timeline, making experimentation risky and collaboration difficult.
Guepard brings Git-like versioning to databases, so teams can innovate with confidence and AI agents can operate safely in autonomous data environments.
Server Config
{
"mcpServers": {
"Guepard": {
"env": {
"ACCESS_TOKEN": "<your_guepard_acces_token_here>"
},
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"ACCESS_TOKEN",
"mghassen/guepard-mcp-server:1.4.0"
]
}
}
}