01Modular architecture for SQL Server tools
02Separate business logic (.service.ts) and MCP definition (.tool.ts)
03API for creating tables, executing raw queries, getting table schemas, and inserting data
04Utilizes Bun for fast runtime and development experience
05Docker-compose for easy SQL Server instance setup
061 GitHub stars