MCP SQL Console
A natural-language-to-SQL console and Model Context Protocol server that lets developers and AI tools (Cursor, Claude Desktop) query Microsoft SQL Server safely — in plain English or raw SQL — without hand-writing joins.
- Local-first NL→SQL pipeline with LLM fallback and escalation heuristics
- Heuristic query planner inferring multi-hop join paths purely from live schema metadata
- 3-tier TTL caching and in-flight request de-duplication for performance
- Uniform read-only SQL guardrails across console, REST API, and MCP tools
- TypeScript
- Node.js
- React 19
- Express 5
- MS SQL Server
- MCP SDK
- OpenAI API