PluginBench
MCP Server
Active
MIT

ARGUS-3 MCP Server MCP Server

io.github.alexar76/argus3

What is the ARGUS-3 MCP Server MCP server?

ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.

How to install ARGUS-3 MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "argus3": {
      "command": "npx",
      "args": [
        "-y",
        "@alexar76/argus3"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "argus3": {
      "command": "npx",
      "args": [
        "-y",
        "@alexar76/argus3"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "argus3": {
      "command": "npx",
      "args": [
        "-y",
        "@alexar76/argus3"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "argus3": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alexar76/argus3"
      ]
    }
  }
}
Claude Code
claude mcp add argus3 -- npx -y @alexar76/argus3

Related MCP servers

Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.

1
Python
MIT
View repository →

Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.

1
Python
MIT
View repository →

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

0
Python
Apache-2.0
View repository →

Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.

0
Python
MIT
View repository →