← Back to Plugins
MCP Server MCP

Bug Detector

github By github 👁 1 views ▲ 0 votes

Analyzes code for bugs, security vulnerabilities, and code smells

Homepage Verified source GitHub

Install

oci:ghcr.io/madhavi-opsera/bug-detector:1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/madhavi-opsera/bug-detector:1.0.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional",
          "valueHint": "docker_command"
        },
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "-i"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...