What is the Opzyai Vibe Check MCP server?
Free no-account URL security scan: 0-100 Launch Readiness score for any live site in ~15 seconds.
How to install Opzyai Vibe Check
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"scan": {
"url": "https://www.opzyai.com/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scan": {
"serverUrl": "https://www.opzyai.com/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"scan": {
"type": "http",
"url": "https://www.opzyai.com/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"scan": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.opzyai.com/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http scan https://www.opzyai.com/api/mcpRelated MCP servers
Local-first security check for AI coding agents: secrets, .env exposure, git-history leaks, CVEs.
Deep security scans of repos you own from your editor: dependency CVEs, SAST, git-history secrets.