Vuln Check MCP Server

The VulnCheck MCP Server connects AI assistants to VulnCheck vulnerability intelligence. Ask your AI tools about CVEs, exploits, advisories, and vulnerable packages - directly in your editor or terminal, using natural language.

People who work with cybersecurity and vulnerability and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 10 · #150 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

MIT · Go servers · how we verify → /methodology

01 · Install Vuln Check

Docker

docker run -i --rm ghcr.io/vulncheck-oss/mcp:0.2.2

Claude Desktop - add to config

{
  "mcpServers": {
    "vulncheck-oss-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/vulncheck-oss/mcp:0.2.2"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.vulncheck-oss is GitHub-verified and matches the repo owner

03 · What Vuln Check can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.2 · 2026-09-15

3312 uniform response envelope (#71) (@robc-vulncheck)

v0.2.1 · 2026-08-25

Consistently bound every tool response to a maximum size (#65) (@robc-vulncheck)

v0.2.0 · 2026-08-18

Stop routing exposure questions to search_cve (#49) (@alex-vulncheck) · Extract response byte-bounding into a reusable helper (#50) (@alex-vulncheck) · Add tools for Target, IP and Canary Intelligence (#51)…

04 · Who maintains Vuln Check

VulnCheck is maintained by vulncheck-oss. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
security - ranked #150 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-09-15)
registry
io.github.vulncheck-oss/mcp (active, first published 2026-06-11 · 6 versions)
packages
oci:ghcr.io/vulncheck-oss/mcp:0.2.2

06 · Vuln Check FAQ

What is Vuln Check?

The VulnCheck MCP Server connects AI assistants to VulnCheck vulnerability intelligence. Ask your AI tools about CVEs, exploits, advisories, and vulnerable packages - directly in your editor or terminal, using natural language.

Is Vuln Check still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Vuln Check?

Run `docker run -i --rm ghcr.io/vulncheck-oss/mcp:0.2.2`. You can also paste the ready-made client config above.

07 · Alternatives to Vuln Check