🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vigilis-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vigilis-mcp

Vigilis MCP server — drive the Vigilis QA tools (generate/triage/heal Playwright, Cypress & Selenium tests) from Claude Desktop/Code over the Model Context Protocol.

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
28
-54.84%
Maintainers
1
Weekly downloads
 
Created
Source

vigilis-mcp

The Vigilis MCP server — drive the QA tools (generate / triage / heal Playwright, Cypress & Selenium tests, plus browser + DOM inspection) straight from Claude Desktop or Claude Code over the Model Context Protocol.

The client LLM (Claude) does the reasoning; this server holds the live browser and runs the tools. No Anthropic API key needed — Claude is the brain. You do need a browser: npx playwright install chromium once. Framework is auto-detected from your project; you can specify one in prompts (e.g. "generate a Cypress test for…").

🌐 vigilis.dev · 💻 GitHub · CLI: vigilis

Claude Code

claude mcp add vigilis -- npx -y vigilis-mcp

…or commit a project .mcp.json:

{
  "mcpServers": {
    "vigilis": { "command": "npx", "args": ["-y", "vigilis-mcp"] }
  }
}

Claude Desktop

Add to claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

{
  "mcpServers": {
    "vigilis": { "command": "npx", "args": ["-y", "vigilis-mcp"] }
  }
}

"vigilis" then appears in the tools menu. Ask Claude things like "generate a Playwright test for the login flow at http://localhost:3000", "generate a Cypress test for the checkout flow", or "this spec is failing — is it a real bug or DOM drift?" and it drives the tools.

What it exposes

The full Vigilis tool registry over MCP: browser_navigate/click/type/snapshot, dom_query/dom_testids, fs_read/write/list, playwright_run, report_verdict.

MIT © Piyush Pathak · provenance powered by Treeship (Zerker Lab)

Keywords

mcp

FAQs

Package last updated on 07 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts