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/argus3Related MCP servers
AIMarket MCP Gateway
Active
Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.
1
View repository →Python
MIT
AIMarket MCP Packager
Active
Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products.
1
View repository →Python
MIT
Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.
0
View repository →Python
Apache-2.0
AIMarket Oracle Gateway
Active
Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.
0
View repository →Python
MIT