File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,32 @@ Available via `Cursor` → `Settings` → `Cursor Settings` → `MCP` following
183183
184184You 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
188214Add the server using ` CMD+Shift+P ` and selecting ` MCP: Add Server `
You can’t perform that action at this time.
0 commit comments