mcpbeat Sign in

Opzyai Security Check MCP Server

local only

Opzyai Security Check runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm.

Local-first security check for AI coding agents: secrets, .env exposure, git-history leaks, CVEs.

Installs per day peak 15 · avg 8 · +142% w/w
a month agotoday
50
Installs / week
npm · @opzyai/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Opzyai Security Check every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y @opzyai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@opzyai/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@opzyai/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@opzyai/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@opzyai/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Opzyai Security Check

same job, measured the same way
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

23 installs/wk local only
ExposureGuard
by exposureguard

Domain security scanning for AI agents. A-F grades, 8 checks, fix snippets.

78 installs/wk local only
Dep
by rog0x

License check, outdated deps, security for AI agents

30 installs/wk local only
Phantom Secrets
by ashlrai

Stop AI coding agents from leaking API keys. Local proxy swaps real secrets for phm_ tokens.

51 installs/wk local only
Scripthold
by zoster81

Secure encoding-aware local workspace runtime for AI agents

local only
Secret Scan
by agentic-income-bot

Check text for leaked credentials before an agent writes or commits it. Runs locally.

local only
AgentGuard — security checks for AI agents
by shuaicongxiaomai

Secret, CVE and dependency-vulnerability scanning for AI agents (free, OSV.dev).

local only
Arcwall Security
by rom-baro

Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.

26 installs/wk local only

Opzyai Security Check — questions

Answers built from our own checks of this server.

Why is there no uptime for Opzyai Security Check?
Opzyai Security Check 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 @opzyai/mcp was installed 50 times last week.
How do I connect Opzyai Security Check?
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 @opzyai/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Opzyai Security Check?
The npm package @opzyai/mcp was installed 50 times in the last week. Week over week that is +142%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.