Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

AskDB — Safe DB Clone + MCP for Agents

AskDB clones a DB into an isolated container and exposes an MCP endpoint with field-level visibility controls; verified 55★ and pushed 2026-05-04.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 38cc9611-1fa7-5995-9df6-b30fd8b18b58 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

AskDB clones a DB into an isolated container and exposes an MCP endpoint with field-level visibility controls; verified 55★ and pushed 2026-05-04.

Best for: Teams that want agents to query production-like data safely without exposing hidden fields or direct prod access

Works with: Docker on a VPS, a MongoDB/PostgreSQL connection string, and an MCP-capable client

Setup time: 6-15 minutes

Key facts (verified)

  • GitHub: 55 stars · 1 forks · pushed 2026-05-04.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: curl -fsSL .../install.sh | sudo bash.

Main

  • Safer workflow for agents: README describes cloning MongoDB/Postgres via dump/restore into an isolated Docker container before letting an agent query it.

  • Field-level data control: README highlights hidden fields are stripped from every response and agents never learn hidden fields exist.

  • Fast VPS install: README includes a one-liner installer for Ubuntu/Debian that sets up Docker (if missing) and brings up the stack with HTTPS.

  • Multiple deployment modes: README mentions proxyless and Cloudflare Tunnel options depending on your network constraints.

Source-backed notes

  • README includes a VPS installer: curl -fsSL .../install.sh | sudo bash for Ubuntu/Debian.
  • README explains the clone flow: mongodump/mongorestore for Mongo and pg_dump/pg_restore for Postgres inside Docker.
  • README mentions hidden fields are stripped from every response so agents can’t exfiltrate unseen columns/fields.

FAQ

  • Does it connect to production directly?: README frames it as a clone-then-query workflow; agents query the isolated clone, not prod.
  • Which databases are supported?: README explicitly mentions MongoDB and PostgreSQL with dump/restore per engine.
  • How fast is setup?: README claims a fresh VPS can be ready in a few minutes; budget extra time for DNS/ports.
🙏

Source et remerciements

Source: https://github.com/mgorabbani/askdb > License: MIT > GitHub stars: 55 · forks: 1

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires