Skip to content

Commit ec2872f

Browse files
authored
feat: add chrome-devtools-mcp (#183)
1 parent f7af3be commit ec2872f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

npx/chrome-devtools-mcp/spec.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Chrome DevTools MCP Server Configuration
2+
# Browser automation and debugging using Chrome DevTools Protocol
3+
# Package: https://www.npmjs.com/package/chrome-devtools-mcp
4+
# Repository: https://github.com/ChromeDevTools/chrome-devtools-mcp
5+
# Will build as: ghcr.io/stacklok/dockyard/npx/chrome-devtools-mcp:0.10.1
6+
7+
metadata:
8+
name: chrome-devtools-mcp
9+
description: "Chrome DevTools for coding agents - browser automation and debugging using Chrome DevTools Protocol"
10+
protocol: npx
11+
12+
spec:
13+
package: "chrome-devtools-mcp"
14+
version: "0.10.1"
15+
16+
provenance:
17+
repository_uri: "https://github.com/ChromeDevTools/chrome-devtools-mcp"
18+
repository_ref: "refs/heads/main"
19+
20+
security:
21+
allowed_issues:
22+
- code: "E001"
23+
reason: "Tool documentation contains legitimate browser automation instructions (e.g., selector syntax, DOM operations, DevTools Protocol commands) that may resemble prompt injection patterns but are necessary for proper browser control and debugging functionality"
24+
- code: "TF001"
25+
reason: "Data leak risk acceptable - tool designed for browser automation and debugging workflows where external content interaction is essential. Chrome DevTools MCP server reads page content, console messages, and network requests which may contain sensitive information. Users should be aware of potential data exposure when automating browser interactions."
26+
- code: "TF002"
27+
reason: "Destructive flow risk acceptable - browser automation and debugging tools are core functionality. Chrome DevTools MCP includes tools for page navigation, script evaluation, and DOM manipulation. Users should only use with trusted prompts and be aware of the impact of browser automation actions."

0 commit comments

Comments
 (0)