Loading MCP server directory, please wait...
HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.
npx @getmcp/cli add io.github.andrasfe/vulnicheckRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.andrasfe/vulnicheck": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NVD_API_KEY",
"-e",
"GITHUB_TOKEN",
"-e",
"OPENAI_API_KEY",
"-e",
"ANTHROPIC_API_KEY",
"-e",
"MCP_PORT",
"-e",
"CACHE_TTL",
"-e",
"VULNICHECK_HTTP_ONLY",
"docker.io/andrasfe/vulnicheck:main"
],
"env": {
"NVD_API_KEY": "",
"GITHUB_TOKEN": "",
"OPENAI_API_KEY": "",
"ANTHROPIC_API_KEY": "",
"MCP_PORT": "",
"CACHE_TTL": "",
"VULNICHECK_HTTP_ONLY": ""
}
}
}
}