mcpbeat Sign in

Vigilis MCP Server

by piyushpathakqa Your server? Claim it
local only

Vigilis runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 19 Aug 2026.

Gate AI-written tests: heal safe drift, refuse to hide real bugs, sign a verifiable receipt.

Installs per day peak 339 · avg 19 · -50% w/w
a month agotoday
25
Installs / week
npm · vigilis-mcp
5
Stars
0 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(cmd, args, { cwd: opts.cwd });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vigilis-mcp -- npx -y vigilis-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vigilis-mcp": {
      "args": [
        "-y",
        "vigilis-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vigilis-mcp]
command = "npx"
args = ["-y", "vigilis-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vigilis-mcp": {
      "args": [
        "-y",
        "vigilis-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vigilis-mcp": {
      "args": [
        "-y",
        "vigilis-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Pay-as-you-go Anthropic API key used to run the Vigilis agent (not a Claude.ai subscription).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vigilis

same job, measured the same way
Safe Fix MCP
by pamela-0

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

99 installs/wk local only
Agent Identity MCP
by flovoice53-tech

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

237 installs/wk local only
D
Tada: automated QA for AI-written code
by taada

Your coding agent asks Tada to work through a feature in a real browser and gets back a verdict.

1 299 installs/wk local only
noisefloor — is this number real?
by beepboop2025

Is this number real, or is it noise? Peek-safe A/B tests, change detection, honest forecasts.

116 installs/wk local only
VitaminMCP
by backas03

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

131 installs/wk local only
Honestdog
by honestdog

Vetted German dog-breeder directory, S-E breed health grades and tests, adoptable shelter dogs

5 tools answering
Argus Testing — Autonomous QA MCP
by chriswu727

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

146 installs/wk local only
verifiable-claim-seed
by elwsls

Zero-dependency verifiable-claims MCP: validate safely, verify with allow_execution, self-test.

50 installs/wk local only

Vigilis — questions

Answers built from our own checks of this server.

Why is there no uptime for Vigilis?
Vigilis runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vigilis-mcp was installed 25 times last week.
How do I connect Vigilis?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vigilis-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vigilis?
The npm package vigilis-mcp was installed 25 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vigilis open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.