This tool provides a natural language interface to SQLite databases, allowing users to query and manipulate data using plain English instead of SQL. It leverages a local LLM hosted via Ollama, combined with LlamaIndex and FastMCP, to create a fully functional agent that understands and responds to user queries. The setup includes an MCP server exposing data access tools, making it easy to add, read, and manage data within the SQLite database.
主な機能
01Utilizes FastMCP for tool management
02Natural language querying of SQLite databases
03Powered by local LLMs via Ollama (e.g., DeepSeek-R1)
040 GitHub stars
05Integration with LlamaIndex for agent capabilities