suryanshp1/CVE-detail-MCP-server-gradio
3.1
If you are the rightful owner of CVE-detail-MCP-server-gradio and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server designed for CVE details and search using a Gradio app.
A simple CVE details and search gradio app and MCP server
How to run
- Add a venv
uv venv
- Activate venv
source .venv/bin/activate
- run application
uv run main.py
Web Interface: Open http://localhost:7860 in your browser
MCP Schema: Visit http://localhost:7860/gradio_api/mcp/schema
Deployed In huggingface space
https://huggingface.co/spaces/suryanshp1/CVE-detail-MCP-server-gradio
for MCP use
{
"mcpServers": {
"gradio": {
"url": "https://suryanshp1-cve-detail-mcp-server-gradio.hf.space/gradio_api/mcp/sse"
}
}
}