Routes bounded agent tasks through MCP with status, capability discovery, and WARDEN checks for third-party tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
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.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Argus.
argus_askargus_ask({ task: "Summarise https://example.com in three bullets", response_format: "bullets" })
argus_statusJSON status
argus_capabilitiesargus_capabilities({ include_schemas: false })
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.
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.
Install the scoped npm package globally, then start the MCP entrypoint:
A host configuration uses the installed argus executable with mcp as its argument:
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.
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.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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alexar76-argus)<a href="https://allmcps.com/mcp/alexar76-argus"><img src="https://allmcps.com/api/badge/alexar76-argus?style=directory" alt="Argus on AllMCPs" /></a>