Guepard is an agent-native data platform that brings Git-style versioning to databases. It enables instant branching, safe snapshots, and full time-travel capabilities so developers and AI agents can explore, test, and collaborate on data without fear of corruption or downtime.
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"
]
}
}
}