query
Execute a custom SQL query against the connected SQLite database.
How to use it
query is exposed by the MCP Sqlite MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the query tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MCP SQLITE LISTINGOther tools in MCP Sqlite (15)
(object, optional): Filter conditions as key-value pairs
Insert a new record into a table.
(object): Record data as key-value pairs
Get detailed information about the connected database.
Delete records from a table that match specified conditions.
Get detailed information about a table's schema.
(number, optional): Maximum number of records to return
List all tables in the database.
(number, optional): Number of records to skip
Query records from a table with optional filtering.
(string): The SQL query to execute
(string): Name of the table
(string): Name of the table
Update records in a table that match specified conditions.
(array, optional): Array of parameter values to use in the query