Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ParthaPRay • Uncategorized
An MCP server exposing SQLite database tools for safe, local LLM agent tool-calling.
Safely query and update a local SQLite database.
That require privacy-aware, auditable tool invocation on local data.
Integrate local LLM reasoning with database operations.
This MCP server provides a local SQLite database interface via the Model Context Protocol, enabling privacy-respecting and auditable tool use by LLM agents. It supports inserting and querying data through defined tools, ensuring all data and logic remain on the user's machine. The server integrates with a local Ollama LLM and Gradio UI to create a fully local, secure conversational agent environment.