search-solodit-mcp
MCP server for searching and retrieving Solodit vulnerability reports.
Documentation
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:
npx @lyuboslavlyubenov/solodit-mcpor with remote docker:
docker run -p 3000:3000 lyuboslavl/solodit-mcp:latestLocal setup
Using Docker
1. Build the image:
docker build -t solodit-mcp .2. Run the container:
docker run -p 3000:3000 solodit-mcpLocal build
1. Install dependencies:
npm install -g pnpm && pnpm install2. Build and run:
pnpm build && node dist/index.jsIDE Integration
Add this to your `mcp.json` configuration file:
{
"mcpServers": {
"solodit-mcp": {
"url": "http://localhost:3000/mcp"
}
}
}API Usage
The server exposes an MCP endpoint at `POST /mcp` with these tools:
1. Search Tool (`search`):
- Input: `{ "keywords": "your search terms" }`
- Returns: JSON array of matching report titles
2. Get by Title (`get-by-title`):
- Input: `{ "title": "exact report title" }`
- Returns: Full content of the matching report
Frequently asked questions
What is search-solodit-mcp?
search-solodit-mcp is MCP server for searching and retrieving Solodit vulnerability reports.
How do I install search-solodit-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is search-solodit-mcp open source?
Yes — it is hosted on GitHub at https://github.com/LyuboslavLyubenov/search-solodit-mcp and has 42 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP