Vigilis for Cursor
io.github.piyushpathakqa/vigilis-mcp
Gate AI-written tests: heal safe drift, refuse to hide real bugs, sign a verifiable receipt.
client:Cursor
transport:stdio
runtime:npm
Install Vigilis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vigilis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vigilis-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs