Skip to content

Commit 39bc89d

Browse files
Merge pull request modelcontextprotocol#31 from modelcontextprotocol/justin/clarify-local
Clarify what we mean by "communication happening locally"
2 parents 959353e + 8a9e149 commit 39bc89d

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
@@ -72,8 +72,7 @@ flowchart LR
7272
2. A SQLite MCP Server provides secure database access
7373
3. Your local SQLite database stores the actual data
7474

75-
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.
76-
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.
75+
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.
7776

7877
## Prerequisites
7978

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

0 commit comments

Comments
 (0)