← Back to Plugins
MCP Server MCP

io.github.middleBrick/mcp-server

github By github 👁 1 views ▲ 0 votes

Scan APIs for OWASP Top 10, LLM, and GraphQL security vulnerabilities.

Homepage Verified source GitHub

Install

npx -y @middlebrick/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@middlebrick/mcp-server",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your middleBrick API key (get one at middlebrick.com)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MIDDLEBRICK_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...