A self-documenting MCP server that autonomously introspects legacy databases, auto-generates CRUD tools per table, creates join prompts from FK relationships, and enforces Zero-Knowledge security via pre-validated SQL templates.
Or install with pip: pip install self-documenting-zero-knowledge-mcp-server
README Excerpt
A **Model Context Protocol (MCP)** server that autonomously scans an undocumented legacy database, generates CRUD tools for every table, creates prompts explaining how to join tables, and enforces **Zero-Knowledge security** by restricting the LLM to pre-validated SQL templates only. - **Autonomous Schema Discovery** - Scans any SQLite database using PRAGMA introspection with zero prior knowledge