diff --git a/.cursor/mcp.json b/.cursor/mcp.json index 8c6715a1..80316ea0 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -6,6 +6,9 @@ "artisan", "boost:mcp" ] + }, + "sentry": { + "url": "https://mcp.sentry.dev/mcp" } } } \ No newline at end of file diff --git a/.mcp.json b/.mcp.json index 8c6715a1..975d334c 100644 --- a/.mcp.json +++ b/.mcp.json @@ -6,6 +6,10 @@ "artisan", "boost:mcp" ] + }, + "sentry": { + "type": "http", + "url": "https://mcp.sentry.dev/mcp" } } } \ No newline at end of file diff --git a/opencode.json b/opencode.json index 53e16f3d..479a4188 100644 --- a/opencode.json +++ b/opencode.json @@ -9,6 +9,11 @@ "artisan", "boost:mcp" ] + }, + "sentry": { + "type": "remote", + "url": "https://mcp.sentry.dev/mcp", + "enabled": true } } } \ No newline at end of file