← Back to Plugins
MCP Server MCP

io.github.SymbioticSec/mcp

github By github 👁 1 views ▲ 0 votes

Symbiotic CLI MCP Server for security scanning and analysis

Homepage Verified source GitHub

Install

npx -y @symbioticsec/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@symbioticsec/symbiotic-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Symbiotic Security personal access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SYMBIOTIC_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...