Model Context Protocol Server For Cyber Security
@secmate-ai
关于 Model Context Protocol Server For Cyber Security
Model Context Protocol Server For Cyber Security
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Model Context Protocol Server For Cyber Security?
A collection of Model Context Protocol (MCP) server implementations focused on cybersecurity. It aggregates existing and develops new MCP servers, each independently packaged in its own directory.
How to use Model Context Protocol Server For Cyber Security?
Install dependencies with npm install, build with npm run build, then add the server configurations to the Claude Desktop configuration file (claude_desktop_config.json). Debug using the MCP Inspector via npm run inspector.
Key features of Model Context Protocol Server For Cyber Security
- SQL injection scanning via sqlmap-mcp
- Cyberspace asset search via quake-server
- Note management for test results
- Resource management capabilities
- Debug tool support (MCP Inspector)
- TypeScript-based modular architecture
Use cases of Model Context Protocol Server For Cyber Security
- Automated SQL injection detection on target URLs
- Network asset discovery using 360 Quake search engine
- Managing and annotating security test notes
FAQ from Model Context Protocol Server For Cyber Security
How do I install and build an implementation?
Run npm install to install dependencies, then npm run build to compile the TypeScript source code. Use npm run watch for auto-rebuilding during development.
How do I configure a server in Claude Desktop?
Add the server's build path and any required environment variables (e.g., QUAKE_API_KEY) to the mcpServers object in your Claude Desktop configuration file (claude_desktop_config.json).
How can I debug an implementation?
All servers support the MCP Inspector. Run npm run inspector to open a web-based debugging interface.
What runtime dependencies are required?
Each implementation requires Node.js and npm. The quake-server needs a valid 360 Quake API key set in the QUAKE_API_KEY environment variable.
Where are the implementation directories located?
Each server is in the implementations/ directory: sqlmap-mcp/ for SQL injection testing and quake-server/ for 360 Quake integration.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论