io.github.andrasfe/vulnicheck MCP Server
io.github.andrasfe/vulnicheck
What is the io.github.andrasfe/vulnicheck MCP server?
HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.
How to install io.github.andrasfe/vulnicheck
Copy-paste configuration for popular MCP clients.
NVD_API_KEYsecretAPI key for NIST National Vulnerability Database (increases rate limit from 5 to 50 requests per 30 seconds)
GITHUB_TOKENsecretGitHub token for Advisory Database access (increases rate limit to 5000 requests per hour)
OPENAI_API_KEYsecretOpenAI API key for LLM-based risk assessment in MCP passthrough operations
ANTHROPIC_API_KEYsecretAnthropic API key for LLM-based risk assessment (alternative to OpenAI)
MCP_PORTPort for MCP HTTP server (default: 3000)
CACHE_TTLCache time-to-live in seconds for vulnerability data (default: 900)
VULNICHECK_HTTP_ONLYEnable HTTP-only mode with MCP client delegation (true/false, default: auto-detect)
{
"mcpServers": {
"vulnicheck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/andrasfe/vulnicheck:main"
],
"env": {
"NVD_API_KEY": "<YOUR_NVD_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"MCP_PORT": "<YOUR_MCP_PORT>",
"CACHE_TTL": "<YOUR_CACHE_TTL>",
"VULNICHECK_HTTP_ONLY": "<YOUR_VULNICHECK_HTTP_ONLY>"
}
}
}
}{
"mcpServers": {
"vulnicheck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/andrasfe/vulnicheck:main"
],
"env": {
"NVD_API_KEY": "<YOUR_NVD_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"MCP_PORT": "<YOUR_MCP_PORT>",
"CACHE_TTL": "<YOUR_CACHE_TTL>",
"VULNICHECK_HTTP_ONLY": "<YOUR_VULNICHECK_HTTP_ONLY>"
}
}
}
}{
"mcpServers": {
"vulnicheck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/andrasfe/vulnicheck:main"
],
"env": {
"NVD_API_KEY": "<YOUR_NVD_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"MCP_PORT": "<YOUR_MCP_PORT>",
"CACHE_TTL": "<YOUR_CACHE_TTL>",
"VULNICHECK_HTTP_ONLY": "<YOUR_VULNICHECK_HTTP_ONLY>"
}
}
}
}{
"servers": {
"vulnicheck": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/andrasfe/vulnicheck:main"
],
"env": {
"NVD_API_KEY": "<YOUR_NVD_API_KEY>",
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"MCP_PORT": "<YOUR_MCP_PORT>",
"CACHE_TTL": "<YOUR_CACHE_TTL>",
"VULNICHECK_HTTP_ONLY": "<YOUR_VULNICHECK_HTTP_ONLY>"
}
}
}
}claude mcp add vulnicheck --env NVD_API_KEY=<YOUR_NVD_API_KEY> --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> --env MCP_PORT=<YOUR_MCP_PORT> --env CACHE_TTL=<YOUR_CACHE_TTL> --env VULNICHECK_HTTP_ONLY=<YOUR_VULNICHECK_HTTP_ONLY> -- docker run -i --rm docker.io/andrasfe/vulnicheck:mainRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.