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

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Curl|Docker
Confiance
Confiance : Established
Point d'entrée
curl -fsSL .../install.sh | sudo bash
Commande CLI universelle
npx tokrepo install 38cc9611-1fa7-5995-9df6-b30fd8b18b58
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