zero-knowledge-db-mcp

siddhant855/zero-knowledge-db-mcp
★ 0 stars Python 🗄️ Database Updated 1d ago
An MCP server that autonomously reverse-engineers undocumented MySQL databases, generates CRUD tools and join prompts, and enforces Zero-Knowledge security through pre-validated SQL templates.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zero-knowledge-db-mc": {
      "command": "uvx",
      "args": [
        "zero-knowledge-db-mcp"
      ]
    }
  }
}

Or install with pip: pip install zero-knowledge-db-mcp

README Excerpt

An autonomous, zero-knowledge MCP server that introspects a legacy MySQL database and auto-generates tooling with strict security boundaries. Built natively in Python using the official `mcp` SDK (FastMCP) and `mysql-connector-python`. This project is built around a two-phase architecture: 1. **Introspection (`python -m src.db.introspect`)**: Connects to your MySQL database, maps the schema, infers undocumented relationships from column naming patterns, and generates all SQL templates, MCP tools