If you need an introduction on MCP, here is the get Started article of the protocol.
Setup
MCP download & build
MCP setup is independant from our extension (that you can download and install here)
1
Install our CLI
Download and install our CLI using the command below.
The installer will automatically select the correct version for your environment.
The installer will automatically select the correct version for your environment.
2
Clone our MCP repository
Clone the official Symbiotic Security MCP repository:
3
Install and build the MCP
Navigate into the repository and build the MCP:
4
Retrieve the index.js filepath
After the build completes, a
Locate the full path to
build directory will be created.Locate the full path to
build/index.js — you will need it to configure the MCP in your IDE.You can retrieve it using the command
realpath build/index.js in the MCP repository.Installation in your IDE
To use the MCP inside your IDE, you must declare it in your MCP settings. You will need:- The full filepath of the index.js file we retrieved during the build of the MCP
- Your Symbiotic personal access token that you can create and retrieve here