Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ljxiong313 • Uncategorized
An MCP server enabling SQL operations on SQLite databases.
Execute read queries on SQLite databases.
Perform write operations like insert, update, or delete on SQLite databases.
Manage database schema by creating tables or listing existing tables.
This MCP server allows execution of SQL queries including SELECT, INSERT, UPDATE, DELETE, and CREATE TABLE on SQLite databases. It supports listing tables and explaining query execution plans, facilitating database management and query optimization. The server can be configured via environment variables and supports multiple server modes such as stdio, sse, and streamableHttp.