Skip to content

Commit 8a9e149

Browse files
committed
Clarify what we mean by "communication happening locally"
1 parent 5b0e033 commit 8a9e149

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

quickstart.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ flowchart LR
7171
2. A SQLite MCP Server provides secure database access
7272
3. Your local SQLite database stores the actual data
7373

74-
All communication happens entirely on your machine—no data leaves your computer. The MCP protocol ensures that Claude Desktop can only perform approved database operations through well-defined interfaces.
75-
This gives you a secure way to let Claude analyze and interact with your local data while maintaining complete control over what it can access.
74+
The communication between the SQLite MCP server and your local SQLite database happens entirely on your machine—your SQLite database is not exposed to the internet. The Model Context Protocol ensures that Claude Desktop can only perform approved database operations through well-defined interfaces. This gives you a secure way to let Claude analyze and interact with your local data while maintaining complete control over what it can access.
7675

7776
## Prerequisites
7877

@@ -291,7 +290,7 @@ When you interact with Claude Desktop using MCP:
291290
292291
4. **Security**:
293292
- MCP servers only expose specific, controlled capabilities
294-
- All communication is local to your machine
293+
- MCP servers run locally on your machine, and the resources they access are not exposed to the internet
295294
- Claude Desktop requires user confirmation for sensitive operations
296295
297296
## Try these examples

0 commit comments

Comments
 (0)