security-context-before
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@security-context-beforeshow me vulnerability leads for acme/plugin at tag 7.0.1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
security-context-before
Authenticated remote MCP proxy in front of Security Context. Same tools as SC. Repo queries take a snapshot ref (tag or commit). Responses keep only CVEs and fix fingerprints that already landed before that snapshot, so live bugs at the tag are not handed to the agent.
Endpoint
After Vercel deploy: https://<project>.vercel.app/api/mcp (Streamable HTTP).
Auth (required):
Authorization: Bearer $PROXY_API_KEYor x-api-key: $PROXY_API_KEY.
Related MCP server: scopeguard-mcp
Tools
Tool | Extra vs SC |
| required |
| required |
| required |
| pass-through |
| pass-through |
ref is a git tag (7.0.1) or commit SHA.
Filter
Resolve
refon GitHub (SHA, date, product version /$wp_version).Fetch SC JSON for the repo in parallel with GitHub and the upstream MCP call.
Parse each CVE’s affected/fixed version via Vercel AI Gateway. Cache by CVE id.
Keep a CVE only if
snapshotVersion > affectedMax/fixedIn.Keep a fingerprint only if its fix commit is an ancestor of the snapshot SHA.
Unknown version ranges are dropped (no leak).
Deploy
cp .env.example .env.local
# set PROXY_API_KEY, AI_GATEWAY_API_KEY, GITHUB_TOKEN
npx vercelVercel env: PROXY_API_KEY, AI_GATEWAY_API_KEY, AI_GATEWAY_MODEL, GITHUB_TOKEN. Optional durable cache: UPSTASH_REDIS_REST_URL + UPSTASH_REDIS_REST_TOKEN.
Local:
pnpm install
pnpm test
pnpm devMCP inspector: Streamable HTTP → http://localhost:3210/api/mcp with the bearer token.
Vulseek
Point the org MCP server securitycontext URL at this /api/mcp and send ref from the job tag. The upstream SC tools do not have ref; orch/hunter tool schemas must include it when using this proxy.
This server cannot be deployed
Maintenance
Related MCP Connectors
ZEN SecDB MCP server for CVE intelligence, CVSS/EPSS scoring, advisories, SSVC, and package audits.
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
Vulnerability management: scan projects, search sealed packages, manage sealing rules and reports.
Read-only CVE intelligence, remediation playbooks, and agent setup guides. Not a scanner.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables triage of SAST findings by exposing a read-only MCP server with tools to access hash-verified source-to-sink code slices, unguarded sinks, and layered enrichment for local LLM analysis.10MIT
- AlicenseAqualityCmaintenanceEnables policy-first defensive security operations for MCP, providing repository and web-security analysis with controlled authorization, scoped execution, and auditability.9MIT
- AlicenseNot gradedqualityCmaintenanceEnables permission-preserving access to DefectDojo OSS via MCP, using the caller's own API token, with read tools, deterministic analytics and reporting, plus optional gated write and history tools.2AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to query previously analyzed GitHub repositories for architecture analysis, code review findings, and single-turn code Q&A with verifiable file and line references.MIT