Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by sushant1827 • Uncategorized
An MCP server exposing tools to query and modify a local SQLite database for an ADK agent.
Interact with a local SQLite database via MCP protocol.
That require querying and modifying database tables programmatically.
That integrate with Gemini models using a Google API key.
This MCP server facilitates interaction between an ADK agent and a local SQLite database by exposing tools for listing tables, retrieving schemas, querying, inserting, and deleting data. It enables easy database manipulation through a standardized protocol, supporting development and testing of agents with local data storage. The server is implemented in Python and includes setup scripts and instructions for seamless integration.