MCP ConfigsMay 14, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Curl|Docker
Trust
Trust: Established
Entrypoint
curl -fsSL .../install.sh | sudo bash
Universal CLI install command
npx tokrepo install 38cc9611-1fa7-5995-9df6-b30fd8b18b58
Intro

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 & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets