You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Model Context Protocol (MCP) Server for SQLite Cloud
2
2
3
3
## Overview
4
-
The MCP Server for SQLite Cloud is designed to facilitate seamless interaction with SQLite Cloud databases. It leverages the Model Context Protocol (MCP) to provide an interface for executing queries, commands and analyzing query performance.
4
+
The MCP Server for SQLite Cloud is designed to allow interaction with your SQLite Cloud databases using the AI Agent. It leverages the Model Context Protocol (MCP) to provide an interface for executing queries, commands and analyzing query performance.
5
5
6
6
## Features
7
7
-**Execute Queries**: Run `SELECT`, `INSERT`, `UPDATE`, and `DELETE` SQL queries on SQLite Cloud databases.
1.**Locate the settings.json file**: Open `VSCode Settings` and search for `mcp`. Edit the `User`'s `settings.json`. _MCP requires your connection string and it's not safe to keep it into the project's VSCode settings._
41
+
1.**Locate the settings.json file**: Open `VSCode Settings` and search for `mcp`. Edit the `User`'s `settings.json`.
42
+
43
+
> _MCP requires your connection string and it's not safe to keep it into the project's VSCode settings._
42
44
43
45
2.**Add the MCP configuration**: Include the following configuration in the settings.json file:
0 commit comments