Skip to content

Commit c1ddb15

Browse files
jupblbOrKoN
authored andcommitted
docs: add Amp configuration to MCP client setup docs
1 parent a8c7d51 commit c1ddb15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ Add the following config to your MCP client:
5353
5454
### MCP Client configuration
5555

56+
<details>
57+
<summary>Amp</summary>
58+
Follow https://ampcode.com/manual#mcp and use the config provided above. You can also install the Chrome DevTools MCP server using the CLI:
59+
60+
```bash
61+
amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
62+
```
63+
</details>
64+
5665
<details>
5766
<summary>Claude Code</summary>
5867
Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://docs.anthropic.com/en/docs/claude-code/mcp">guide</a>):

0 commit comments

Comments
 (0)