Skip to content

mensonones/argus

v0.3.0-alpha.12MIT

Agentic multi-perspective code review with adversarial validation.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

argusstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "-e",
    "const p=require('node:path');require(p.join(process.env.PLUGIN_ROOT||process.env.CLAUDE_PLUGIN_ROOT||process.cwd(),'scripts','argus-mcp.cjs'))"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "argus",
  "version": "0.3.0-alpha.12",
  "description": "Agentic multi-perspective code review with adversarial validation.",
  "author": {
    "name": "mensonones",
    "url": "https://github.com/mensonones"
  },
  "homepage": "https://github.com/mensonones/argus",
  "repository": "https://github.com/mensonones/argus",
  "license": "MIT",
  "keywords": [
    "code-review",
    "multi-agent",
    "security",
    "correctness"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Argus",
        "shortDescription": "Multi-perspective review with adversarial validation",
        "longDescription": "Review code changes through specialist correctness, security, performance, architecture, and test lenses, then challenge every candidate before reporting it.",
        "developerName": "mensonones",
        "category": "Developer Tools",
        "capabilities": [
          "Code review",
          "Local MCP"
        ],
        "websiteURL": "https://github.com/mensonones/argus",
        "defaultPrompt": [
          "Run an Argus review of the current code change."
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai