← Back to Plugins
MCP Server MCP

io.github.notasandy/mcp-code-sanitizer

github By github 👁 1 views ▲ 0 votes

Strict AI code reviewer powered by Groq. Finds bugs and vulnerabilities.

Homepage Verified source GitHub

Install

uvx mcp-code-sanitizer

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-code-sanitizer",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Groq API key from console.groq.com/keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GROQ_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...