ExploitDB MCP Server
@Cyreslab-AI
关于 ExploitDB MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"exploitdb-mcp-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ExploitDB MCP Server?
A Model Context Protocol server that provides access to ExploitDB functionality, developed by Cyreslab.ai. It enables AI assistants like Claude to query information about security exploits and vulnerabilities, enhancing cybersecurity research and threat intelligence.
How to use ExploitDB MCP Server?
Install Node.js v16+ and npm v7+, clone the repository, install dependencies with npm install, build with npm run build, create a .env file, initialize the database with npm run update-db, then run node build/index.js. Add the server to your MCP configuration (see JSON example in the README) to use it with Claude or other MCP-compatible assistants.
Key features of ExploitDB MCP Server
- Search exploits by keywords, CVE IDs, platform, and more
- Get detailed exploit information including code
- Look up all exploits related to a specific CVE
- Track recently added exploits
- View statistics on exploit distribution by platform, type, and year
- Automatic database updates scheduled every 24 hours
- 18 tools: search, compare, batch retrieval, export results, and more
Use cases of ExploitDB MCP Server
- Cybersecurity researchers querying exploit details for threat analysis
- Penetration testers finding relevant exploits for a given CVE or platform
- Security teams monitoring recently published exploits
- Analysts generating reports on exploit trends and statistics
- Automated workflows comparing multiple exploits side‑by‑side
FAQ from ExploitDB MCP Server
What are the system requirements?
Node.js v16 or higher and npm v7 or higher are required.
How do I update the exploit database?
Run npm run update-db. The initial update processes ~47,000 exploits and may take several minutes.
Where does the data come from?
The data is from the Exploit Database maintained by Offensive Security, downloaded as a CSV file or cloned from their GitLab repository.
How often does the database update automatically?
By default, the server checks for updates every 24 hours. This interval can be changed via the UPDATE_INTERVAL environment variable, or disabled by setting it to 0.
How many exploits are included?
The database typically contains over 46,000 exploits spanning from 1988 to the present, covering 60+ platforms.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论