Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Curl|Docker
Confianza
Confianza: Established
Entrada
curl -fsSL .../install.sh | sudo bash
Comando CLI universal
npx tokrepo install 38cc9611-1fa7-5995-9df6-b30fd8b18b58
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados