Allows deployment of the Solodit MCP server as a containerized application, enabling portable and consistent execution across different environments.
Provides access to Solodit vulnerability reports that are hosted or referenced in GitHub repositories, enabling search and retrieval of security findings.
Allows installation and execution of the Solodit MCP server using the npm package manager, providing an easy way to set up the server with a single command.
Supports installation of dependencies and building the project using the pnpm package manager, offering an alternative method for local setup.
Provides command-line interfaces for installing, building, and running the Solodit MCP server, enabling automation and integration with system scripts.
Solodit MCP Server
A Model Context Protocol (MCP) server for searching and retrieving Solodit vulnerability reports.
https://github.com/user-attachments/assets/057ca6a2-8ca2-400c-b92b-9ed585ae2e79
Features
- Search vulnerability reports by keywords
- Get full report content
Setup
Easiest way is to start the server with npx
or with docker:
or with remote docker:
Local setup
Using Docker
- Build the image:
- Run the container:
Local build
- Install dependencies:
- Build and run:
IDE Integration
Add this to your mcp.json
configuration file:
API Usage
The server exposes an MCP endpoint at POST /mcp
with these tools:
- Search Tool (
search
):
- Input:
{ "keywords": "your search terms" }
- Returns: JSON array of matching report titles
- Get by Title (
get-by-title
):
- Input:
{ "title": "exact report title" }
- Returns: Full content of the matching report
This server cannot be installed
A server that allows searching and retrieving Solodit vulnerability reports through Model Context Protocol (MCP).
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides tools for searching and fetching information from Hacker News.Last updated -46PythonMIT License
Semgrep MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that provides a comprehensive interface to Semgrep, enabling users to scan code for security vulnerabilities, create custom rules, and analyze scan results through the Model Context Protocol.Last updated -6192PythonMIT License- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to search and retrieve information about security exploits and vulnerabilities from the Exploit Database, enhancing cybersecurity research capabilities.Last updated -4TypeScriptMIT License
- AsecurityAlicenseAqualityA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.Last updated -19TypeScriptMIT License