MCP.so
登录

Model Context Protocol Server For Cyber Security

@secmate-ai

关于 Model Context Protocol Server For Cyber Security

Model Context Protocol Server For Cyber Security

基本信息

分类

开发工具

传输方式

stdio

发布者

secmate-ai

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器