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