Back to Browse

Argus MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

About

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

Security Report

4.2
Use Caution4.2High Risk

Argus is a well-designed MCP server for autonomous QA testing with careful attention to safety and verification. The codebase demonstrates thoughtful architecture around reproduction receipts, input validation, and credential handling. Minor findings include broad exception handling in a few places and the availability of unsafe JavaScript execution (behind an opt-in flag), but these do not materially impact security given the server's purpose and the careful defensive practices elsewhere in the code. Supply chain analysis found 5 known vulnerabilities in dependencies (2 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-chriswu727-argus": {
      "args": [
        "argus-testing"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!