Skip to content

Commit e265290

Browse files
committed
docs(mcp): Add Amp configuration instructions for VS Code extension / Amp CLI
1 parent 82f55c6 commit e265290

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/product/sentry-mcp/index.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,32 @@ Available via `Cursor` → `Settings` → `Cursor Settings` → `MCP` following
183183

184184
You can still edit the `mcp.json` file manually if you prefer.
185185

186+
### Amp
187+
188+
Add the server via the Amp VS Code extension settings screen or by updating your settings.json file:
189+
190+
```json
191+
"amp.mcpServers": {
192+
"sentry": {
193+
"command": "npx",
194+
"args": [
195+
"-y",
196+
"mcp-remote@latest",
197+
"https://mcp.sentry.dev/mcp"
198+
]
199+
}
200+
}
201+
```
202+
203+
**Amp CLI Setup:**
204+
205+
Add the Sentry MCP via the `amp mcp add` command below
206+
207+
```bash
208+
amp mcp add sentry -- npx -y mcp-remote@latest https://mcp.sentry.dev/mcp
209+
```
210+
211+
186212
### VS Code and GitHub Copilot
187213

188214
Add the server using `CMD+Shift+P` and selecting `MCP: Add Server`

0 commit comments

Comments
 (0)