Hi guys and gals,
I've created a system that automatically allows you to "generate" MCP tools based upon SQL Server CRUD and automatically generated endpoints. The thing is based upon meta programming and a DSL, which I had to create my own LLM for (yes, really!)
The point is you connect it to your database, the system reads meta data, and generates HTTP endpoints automagically. These endpoints are automatically added to the MCP server, allowing you to generate everything required to search, read, create, delete, and update rows from your database.
In addition it contains "SQL to MCP tool" components, and it can also convert an OpenAPI specification into tools, etc ...
I'd love feedback from the community. You can find it here.