argus-mcp-server
Verified Safeby RaphaEnterprises-AI
Overview
Model Context Protocol (MCP) server for Argus E2E Testing Agent, enabling AI coding assistants to interact with web automation, E2E testing, and quality intelligence capabilities.
Installation
npm run devEnvironment Variables
- AI
- SCREENSHOTS
- BROWSER_POOL_URL
- BROWSER_POOL_JWT_SECRET
- ARGUS_API_URL
- ARGUS_BRAIN_URL
- API_TOKEN
- ANTHROPIC_API_KEY
- AUTH_STATE
- MCP_OAUTH
- MCP_OBJECT
Security Notes
The server uses JWT for authenticating with its browser pool, signed URLs for R2 screenshot access, and an OAuth2 device flow for user authentication, which are good security practices. Secrets like API tokens and JWT signing keys are stored as environment variables/Cloudflare secrets. A minor concern is the 'default-secret-for-dev' fallback for BROWSER_POOL_JWT_SECRET, which could be a risk if inadvertently used in production, though it's clearly labeled for development.
Similar Servers
mcp-jest
A testing framework for Model Context Protocol (MCP) servers, allowing automated validation of AI agent tools, resources, and prompts.
remote-mcp-oauth-github
Provides a Cloudflare Workers-based Model Context Protocol (MCP) server with GitHub OAuth for secure custom integrations with Claude.ai.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
juleson
An AI-powered coding agent and automation toolkit that integrates with Google's Jules AI via CLI and MCP for comprehensive software development workflows.