Back to Browse

Argus MCP Server

by Commet
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Preserve a user-authorized judgment and append later answers. No model verdict or human score.

About

Preserve a user-authorized judgment and append later answers. No model verdict or human score.

Security Report

4.2
Use Caution4.2High Risk

The MCP server codebase is a design/documentation repository with minimal security concerns. The primary code artifacts (package.json files and build configurations) show appropriate dependency management and no malicious patterns. The design templates are HTML documentation without executable code. Minor code quality observations include broad dev dependencies and standard build tool configurations, but these do not introduce significant security risk. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 5 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.

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.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

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

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Directory for the append-only ledger (.argus). Set once and every tool falls back to it. Claude Code expands ${CLAUDE_PROJECT_DIR}; on other hosts use an absolute path.Optional

Environment variable: ARGUS_DIR

Optional Argus account token. Set it and saved records can sync so Argus can return on the date you chose. Unset = fully local, no network.Required

Environment variable: ARGUS_TOKEN

Timezone that decides when a check-by date becomes today (e.g. Asia/Seoul). Unset = your machine's local timezone.Optional

Environment variable: ARGUS_TZ

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-commet-argus-decision-mcp": {
      "env": {
        "ARGUS_TZ": "your-argus-tz-here",
        "ARGUS_DIR": "your-argus-dir-here",
        "ARGUS_TOKEN": "your-argus-token-here"
      },
      "args": [
        "-y",
        "argus"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!