
Solodit
STDIOMCP server for searching and retrieving Solodit vulnerability reports
MCP server for searching and retrieving Solodit vulnerability reports
A Model Context Protocol (MCP) server for searching and retrieving Solodit vulnerability reports.
https://github.com/user-attachments/assets/057ca6a2-8ca2-400c-b92b-9ed585ae2e79
Easiest way is to start the server with npx
or with docker:
npx @lyuboslavlyubenov/solodit-mcp
or with remote docker:
docker run -p 3000:3000 lyuboslavl/solodit-mcp:latest
docker build -t solodit-mcp .
docker run -p 3000:3000 solodit-mcp
npm install -g pnpm && pnpm install
pnpm build && node dist/index.js
Add this to your mcp.json
configuration file:
{ "mcpServers": { "solodit-mcp": { "url": "http://localhost:3000/mcp" } } }
The server exposes an MCP endpoint at POST /mcp
with these tools:
search
):{ "keywords": "your search terms" }
get-by-title
):{ "title": "exact report title" }