
schema gen
MCP server to generate CRUD schemas
Repository Info
About This Server
MCP server to generate CRUD schemas
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
SchemaGen: Dynamic CRUD API Schema Generator SchemaGen is a lightweight Python tool for rapidly prototyping CRUD applications by dynamically generating database schemas based on API usage patterns. It maintains a SQLite database that evolves as you interact with the API, allowing you to quickly prototype applications without writing a schema upfront.
What SchemaGen Does: Creates and maintains a SQLite database based on your API usage Dynamically adds tables and columns as needed from your requests Handles standard HTTP methods (GET, POST, PUT, DELETE) via MCP tools Generates DDL schema on demand Uses only Python standard library (no external dependencies) Maintains state solely in the SQLite database
What SchemaGen Doesn't Do: Provide user authentication or authorization Enforce complex validation rules Optimize for high-traffic production use Manage relationships between tables Support complex querying capabilities Provide a web interface for database management
Quick Start
Clone the repository
git clone https://github.com/kimjune01/schema-genInstall dependencies
cd schema-gen
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.