VulnCheck
Rank #4,935io.github.vulncheck-oss/mcp
VulnCheck exploit intelligence — CVE research, exploit data, advisories, and threat analysis.
VulnCheck is a Model Context Protocol (MCP) server published by vulncheck-oss. It ranks #4,935 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. VulnCheck is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jun 8, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 127,111 of 132,046 servers on MCP Toplist.
Use VulnCheck
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vulncheck-oss -- docker run -i --rm -e "VULNCHECK_API_TOKEN={token}" ghcr.io/vulncheck-oss/mcp:0.2.2[mcp_servers.vulncheck-oss]
command = "docker"
args = ["run", "-i", "--rm", "-e", "VULNCHECK_API_TOKEN={token}", "ghcr.io/vulncheck-oss/mcp:0.2.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vulncheck-oss": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VULNCHECK_API_TOKEN={token}",
"ghcr.io/vulncheck-oss/mcp:0.2.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vulncheck-oss": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VULNCHECK_API_TOKEN={token}",
"ghcr.io/vulncheck-oss/mcp:0.2.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vulncheck-oss": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VULNCHECK_API_TOKEN={token}",
"ghcr.io/vulncheck-oss/mcp:0.2.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vulncheck-oss": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VULNCHECK_API_TOKEN={token}",
"ghcr.io/vulncheck-oss/mcp:0.2.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vulncheck-oss": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VULNCHECK_API_TOKEN={token}",
"ghcr.io/vulncheck-oss/mcp:0.2.2"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vulncheck-oss%2Fmcp)<a href="https://mcptoplist.com/server/io.github.vulncheck-oss%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.vulncheck-oss%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vulncheck-oss
Available versions (6)
| Version | Published |
|---|---|
| 0.2.2 | Sep 15, 2026 |
| 0.2.1 | Aug 25, 2026 |
| 0.2.0 | Aug 18, 2026 |
| 0.1.2 | Aug 5, 2026 |
| 0.1.1 | Jul 31, 2026 |
| 0.1.0 | Jun 11, 2026 |
Frequently asked questions
- Who maintains VulnCheck?
- VulnCheck is maintained by vulncheck-oss, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is VulnCheck listed on the Official MCP Registry?
- Yes — VulnCheck is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does VulnCheck have?
- MCP Toplist tracks 6 versions of VulnCheck, most recently published on Sep 15, 2026.
- Where can I find the source code for VulnCheck?
- The source code for VulnCheck is hosted at github.com/vulncheck-oss/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.