Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Argus
Argus logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:32:37 AM

Argus

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
mcpsecuritydeveloper-tools

Routes bounded agent tasks through MCP with status, capability discovery, and WARDEN checks for third-party tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "alexar76-argus": {
      "command": "npx",
      "args": [
        "-y",
        "argus-warden"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing AlternativesπŸ”’ More in Security

Overview

The alexar76/argus MCP server exposes a bounded agent interface through stdio MCP transport. It provides `argus_ask` for natural-language tasks, `argus_status` for liveness checks, and `argus_capabilities` for tool discovery and WARDEN posture. WARDEN vets third-party MCP servers before their tools run, while crypto and wallet features remain disabled by default. Reach for it when an MCP client needs an agent entry point with local security checks and budget-metered model use.

Use cases

β€’Submit bounded natural-language tasks through an MCP client
β€’Check service liveness before starting an agent task
β€’Inspect available tools and schemas without spending model tokens
β€’Vet third-party MCP servers before allowing tool execution

Key features

β€’Stdio MCP transport
β€’Bounded natural-language task execution
β€’JSON status and capability discovery
β€’WARDEN third-party MCP vetting
β€’Optional response formatting and task focus
β€’Wallet and crypto features disabled by default

Capabilities & Tool Schemas (3) ~48 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Argus.

argus_ask

argus_ask({ task: "Summarise https://example.com in three bullets", response_format: "bullets" })

argus_status

JSON status

argus_capabilities

argus_capabilities({ include_schemas: false })

How Argus works

What alexar76/argus MCP server does

The alexar76/argus MCP server gives an MCP client access to three operations: submit a bounded natural-language task, inspect service status, and discover available capabilities. Its primary task interface is argus_ask, which accepts a task and can also receive a response format or focus. For example, an agent can request a short, bullet-based summary of a URL.

argus_status returns JSON suitable for a liveness check before starting heavier work. argus_capabilities returns a JSON tool catalog and can optionally include schemas. These operations let a client inspect the service without consuming model tokens for an ordinary task.

How it works

The server uses stdio transport through the argus mcp entrypoint and is built with the official TypeScript MCP SDK. It is intended for MCP hosts that support local stdio processes, including Claude Desktop and Cursor.

Before a third-party MCP server is allowed to run, WARDEN applies a sequence of checks. The documented sequence includes static tool-definition scanning, a threat-feed check, origin validation, and definition pinning to detect changes. The checks use data already held locally, so WARDEN does not require network access to produce a verdict.

The agent core uses a bounded reasoning budget and reports failures or budget stops through argus_ask. Wallet, crypto, paid invocation, and on-chain settlement features are not required for the MCP server’s basic operation and are off by default.

Setup and configuration

Install the scoped npm package globally, then start the MCP entrypoint:

Terminal
npm install -g @alexar76/argus3
argus mcp

A host configuration uses the installed argus executable with mcp as its argument:

config.json
{
  "mcpServers": {
    "argus": {
      "command": "argus",
      "args": ["mcp"]
    }
  }
}

The repository also documents a source-based route using npm install, npm run build, and node dist/index.js mcp. Crypto can be enabled with ARGUS_CRYPTO_ENABLED=1 together with a wallet, but that setting is optional and is not needed for the standard MCP use case.

Tools and capabilities

  • argus_ask: Runs bounded natural-language work through the agent core. It supports optional response-format and focus parameters and returns plain text, or an MCP error when the task fails or reaches its budget limit.
  • argus_status: Returns JSON service status. Use it for basic or full liveness checks.
  • argus_capabilities: Returns the available tool catalog, with an option to include schemas.
  • WARDEN protection: Evaluates third-party MCP servers before tool execution using static scanning, threat data, origin checks, and definition pinning.
  • Model-provider flexibility: The broader ARGUS agent supports Anthropic-native, OpenAI-compatible, and local Ollama providers, according to the project documentation.

Limitations and notes

The alexar76/argus MCP server is a local stdio process rather than a hosted MCP endpoint. Its documented compatible hosts are Claude Desktop, Cursor, Glama, and other stdio-capable MCP clients; this listing only identifies Claude Desktop and Cursor as supported client slugs.

The repository is a read-only mirror of a canonical monorepo, and pull requests to the mirror are not accepted. WARDEN’s protection applies to third-party MCP servers that ARGUS evaluates; it does not turn every task into a general-purpose security scan. Crypto and wallet functions are opt-in, so users seeking on-chain settlement must configure those features separately. The project is licensed under MIT.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Security View all alternatives
  • Arc Gate MCP logoArc Gate MCP

    Runtime governance for MCP tool calls. Blocks prompt injection and capability abuse before tool results reach your agent.

    πŸ”’ Security5 views
    Compare vs Arc Gate MCP β†’
  • Platform logoPlatform

    Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

    πŸ”’ Security3 views
    Compare vs Platform β†’
  • Pkgxray logoPkgxray

    Pre-install security scans for npm packages, MCP servers, and AI agents with cited verdict evidence.

    πŸ”’ Security4 views
    Compare vs Pkgxray β†’
  • Mcpskills Server logoMcpskills Server

    Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the autogate tool returns a go/no-go install decision. Listed in the official MCP Registry as io.mcpskills/server. npm: @mcpskillsio/server. https://mcpskills.io

    πŸ”’ Security3 views
    Compare vs Mcpskills Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
370
Package downloads in the last 30 days.
Last commit
7d ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Argus

Install `@alexar76/argus3` globally with npm, then run `argus mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArgus AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/alexar76-argus?style=directory)](https://allmcps.com/mcp/alexar76-argus)
HTML Embed
<a href="https://allmcps.com/mcp/alexar76-argus"><img src="https://allmcps.com/api/badge/alexar76-argus?style=directory" alt="Argus on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
8/8 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
npm downloads370/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
61Quality signal: Good Β· 61/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· argus-warden (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Argus β†’Install in Claude DesktopInstall in CursorInstall in VS Code