← Back to Plugins
MCP Server MCP

io.github.archonics/mcp-audit

github By github 👁 1 views ▲ 0 votes

Free context-engineering audits for AI agents. BYOK Anthropic key. Top-3 findings per scan.

Homepage Verified source GitHub

Install

npx -y @archonics/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@archonics/mcp-audit",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Anthropic API key. Required — the audit engine calls Claude directly from your machine.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...