You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the contrast_security.yaml file and configure it with your AGENT credentials
109
109
```yaml
110
110
api:
@@ -120,7 +120,7 @@ It will build and run the services that make up petclinic.
120
120
To build out the vulnerabilites and attack events run
121
121
`./testscript.sh`
122
122
Select option 25. ( this will exercise the app and perform attacks to populate the vulnerabilities and attack events)
123
-
#### Install via Link
123
+
#### Install via Link in VScode
124
124
Click following link >>> [](https://insiders.vscode.dev/redirect/mcp/install?name=contrastmcp&config=%7B%22command%22:%22docker%22,%22args%22:%5B%22run%22,%20%22-e%22,%22CONTRAST_HOST_NAME%22,%20%22-e%22,%22CONTRAST_API_KEY%22,%20%22-e%22,%22CONTRAST_SERVICE_KEY%22,%20%22-e%22,%22CONTRAST_USERNAME%22,%20%22-e%22,%22CONTRAST_ORG_ID%22,%20%20%22-i%22,%20%22--rm%22,%20%22contrast/mcp-contrast:latest%22,%20%22-t%22,%20%22stdio%22%5D,%22env%22:%7B%22CONTRAST_HOST_NAME%22:%22example.contrastsecurity.com%22,%22CONTRAST_API_KEY%22:%22example%22,%22CONTRAST_SERVICE_KEY%22:%22example%22,%22CONTRAST_USERNAME%22:%22example@example.com%22,%22CONTRAST_ORG_ID%22:%22example%22%7D%7D) <<<
125
125
Allow the extension to be installed in your VSCode instance.
126
126
Select Install Server
@@ -130,8 +130,6 @@ Select Install Server
130
130
This will install the MCP Server. You will need to configure the server with your Contrast API credentials.
131
131

132
132
133
-
134
-
135
133
#### Manual Install of MCP Server
136
134
In VSCode go to settings and search for "mcp"
137
135

@@ -179,6 +177,49 @@ Once complete you should see the Contrast MCP Tools in the Tools drop down and y
0 commit comments