Guepard

Created By
Ghassen MENAOUAR8 months ago
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.
Overview

what is Guepard?

Guepard is an agent-native data platform that brings Git-style versioning to databases, enabling instant branching, safe snapshots, and full time-travel capabilities for developers and AI agents to explore, test, and collaborate on data without fear of corruption or downtime.

how to use Guepard?

To use Guepard, set up the multi-compute server by running the provided Docker command with your access token. This allows you to create a flexible, version-controlled workspace for your databases.

key features of Guepard?

  • Instant Branching: Create branches from any snapshot to test features or run migrations safely.
  • Snapshots & Time-Travel: Move backward or forward in your data history for reproducibility and disaster recovery.
  • Agent-Native Design: Built for AI workflows, enabling seamless collaboration between agents and developers.
  • Database-Agnostic: Compatible with various databases like Postgres, MySQL, and ClickHouse.
  • Cloud-Native & Scalable: Designed to scale with modern infrastructure, providing isolated and reversible environments.

use cases of Guepard?

  1. Testing new features in a safe environment without affecting production data.
  2. Collaborating on data-driven projects with AI agents in real-time.
  3. Performing disaster recovery by reverting to previous data snapshots.

FAQ from Guepard?

  • Can Guepard work with any database?

Yes! Guepard is designed to be database-agnostic and works with multiple database systems.

  • Is Guepard suitable for AI workflows?

Absolutely! Guepard is built specifically for AI environments, allowing agents to operate safely.

  • How does Guepard ensure data safety?

Guepard provides safe snapshots and time-travel capabilities, allowing users to revert to previous states without data loss.

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"
      ]
    }
  }
}
Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
Ghassen MENAOUAR
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

2 days ago
Payai X402 Tools

16 hours ago
Payai X402 Tools

16 hours ago
Payai X402 Tools

16 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago