Skip to content

Commit c0821f1

Browse files
authored
Add warning about security risks of 2 MCP servers (#1765)
1 parent 635d70c commit c0821f1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/fetch/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A Model Context Protocol server that provides web content fetching capabilities. This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
44

5+
> [!CAUTION]
6+
> This server can access local/internal IP addresses and may represent a security risk. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.
7+
58
The fetch tool will truncate the response, but by using the `start_index` argument, you can specify where to start the content extraction. This lets models read a webpage in chunks, until they find the information they need.
69

710
### Available Tools

src/puppeteer/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
44

5+
> [!CAUTION]
6+
> This server can access local files and local/internal IP addresses since it runs a browser on your machine. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.
7+
58
## Components
69

710
### Tools

0 commit comments

Comments
 (0)