Xray Mcp
@zhangning77-tech
关于 Xray Mcp
This is an enhanced MCP (Model Context Protocol) server that provides xray vulnerability scanning capabilities for ModelScope hosting.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"xray-mcp": {
"command": "node",
"args": [
"path/xray-mcp-server/server.py"
],
"env": {
"XRAY_PATH": "path/bin/xray",
"XRAY_OUTPUT_DIR": "path/xray-mcp-server/xray-results",
"XRAY_CONFIG": "path/xray-mcp-server/config/xray-config.yaml"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Xray Mcp?
Xray Mcp is an enhanced MCP (Model Context Protocol) server that provides xray vulnerability scanning capabilities, designed for integration with the ModelScope hosting platform.
How to use Xray Mcp?
Install Python 3.7+ and the xray binary from chaitin/xray, then set the XRAY_PATH environment variable to point to the xray binary. Run python server.py to start the server, which reads JSON-RPC requests from stdin and writes responses to stdout. The server can also be integrated into ModelScope's MCP platform.
Key features of Xray Mcp
xray_scan: Perform vulnerability scans with configurable crawler type, timeout, plugins, and POC.xray_version: Retrieve the installed xray scanner version.xray_start_proxy(planned): Start xray in passive proxy mode with configurable port.xray_stop_proxy(planned): Stop the running xray proxy.xray_service_scan(planned): Scan non-HTTP services with port range and timeout.
Use cases of Xray Mcp
- Scan web applications for vulnerabilities using basic or phantasm crawlers.
- Automate vulnerability scanning in CI/CD pipelines via ModelScope MCP.
- Perform targeted scans with specific plugins or POCs.
- Set up passive proxy scanning for real-time detection (planned).
- Scan non-HTTP services for open ports and service detection (planned).
FAQ from Xray Mcp
What dependencies are required?
Python 3.7+ and the xray binary from chaitin/xray. The XRAY_PATH environment variable must point to the xray executable.
Where are scan results stored?
By default, results are stored in the system temporary directory. Custom output location can be set via the XRAY_OUTPUT_DIR environment variable.
What transport protocol does the server use?
The server communicates via JSON-RPC over stdin/stdout. It works with ModelScope's MCP platform which handles the transport layer.
Are authentication or access controls implemented?
The README does not specify built-in authentication. It recommends implementing appropriate access controls and rate limiting when deploying in production.
Are all listed features currently available?
No. xray_start_proxy, xray_stop_proxy, and xray_service_scan are marked as planned and are not yet implemented. The currently available tools are xray_scan and xray_version.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论