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
Antigravity
CTRL/CMD + Pand search for MCP: Open User Configuration.- Enter the following configuration, and save the file.
- Activate the server using MCP: List Servers and selecting symbiotic-security, and selecting Start Server.
Continue.dev
- In continue.dev extension settings add a new MCP
- Enter the following configuration:
Cursor
CTRL/CMD + Pand search for Cursor Settings.- In the settings, find the Tools & MCP section.
- Click on New MCP Server and enter the following configuration:
Kiro
CTRL/CMD + Pand search for Kiro: Open MCP Config.- Enter the following configuration, and save the file.
To ensure the MCP is used we advise you to create an Agent Hook in Kiro with the following prompt:
Visual Studio Code
CTRL/CMD + Pand search for MCP: Open User Configuration.- Enter the following configuration, and save the file.
- Activate the server using MCP: List Servers and selecting symbiotic-security, and selecting Start Server.
Windsurf
CTRL/CMD + ,to open Windsurf settings.- Under Scroll to Cascade -> MCP servers
- Select Add Server -> Add custom server
- Add the following:
Zed
CMD + ,to open Zed settings.- Add the following:
Others
Hundreds of other tools now support MCP servers, you can configure them to use the Symbiotic MCP server with the following settings:- Command:
node - Arguments:
path_of_the_index.js_file - Environment:
SYMBIOTIC_API_TOKENwith your token