db-tool-mcp

kirill-scherba/db-tool-mcp
★ 0 stars Perl 💻 Code/Dev Tools Updated 1d ago
MCP server for executing SQL queries with sandboxed Perl code filtering (Safe module)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "db-tool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kirill-scherba/db-tool-mcp"
      ]
    }
  }
}

README Excerpt

> **Execute SQL queries with sandboxed Perl code filtering — the only MCP server with built-in Safe sandbox for row-level data processing.** - **SQL queries** — SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, PRAGMA, and more - **Sandboxed Perl code (`code` parameter)** — filter and transform rows **on the server side** using Perl's built-in `Safe` module. The code runs in an isolated environment — no other language offers this out of the box.

Tools (3)

initializepingrollback