Sqlite Agent
Enables natural language interaction with SQLite databases using a local LLM via Ollama.
About
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.
Key Features
- Utilizes FastMCP for tool management
- Natural language querying of SQLite databases
- Powered by local LLMs via Ollama (e.g., DeepSeek-R1)
- 0 GitHub stars
- Integration with LlamaIndex for agent capabilities
Use Cases
- Building context-aware agents for data interaction
- Creating local, privacy-focused data access solutions
- Chatting with data using natural language instead of SQL