Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by sumitsahoo • Uncategorized
An MCP server enabling querying of local SQLite databases via SQL and natural language using AI.
Query local SQLite databases using standard SQL.
Convert natural language queries into SQL for database interaction.
Real-time data updates via Server-Sent Events.
This project provides a complete solution for interacting with a local SQLite database through the Model Context Protocol (MCP). It includes a Node.js Express backend that exposes the database over Server-Sent Events and a React frontend for querying via SQL or natural language powered by an AI agent. The integration of AI allows users to ask questions in plain English, which are then converted into SQL queries and executed seamlessly, enhancing data exploration and accessibility.