Sign In

@xu-c0/cybersec-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xu-c0/cybersec-mcp

MCP server with 323 cybersecurity prompts and 7 scenario workflows. Drops into Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
37
-13.95%
Maintainers
1
Weekly downloads
 
Created
Source

@xu-c0/cybersec-mcp

MCP server with 323 cybersecurity prompts and 7 chained workflows. Lets MCP-compatible clients (Claude Desktop, Claude Code, Cursor) call cybersecurity tools instead of asking users to copy-paste prompts.

This is the npm package. The main repo lives at github.com/xu-c0/cybersec-mcp.

Install

npx -y @xu-c0/cybersec-mcp

Claude Desktop / Claude Code / Cursor — paste into the relevant mcp.json:

{
  "mcpServers": {
    "cybersec": {
      "command": "npx",
      "args": ["-y", "@xu-c0/cybersec-mcp"]
    }
  }
}

Client-specific paths in examples/.

Tools

ToolWhat it does
cybersec_list_categoriesLists the 8 prompt categories with counts. Call first to orient.
cybersec_list_promptsFilters prompts by category, skill level, or free-text search. Returns up to 50 summaries.
cybersec_get_promptFetches a single prompt by id, substituting variables. Reports unfilled variables.
cybersec_list_scenariosLists the 7 scenario workflows and their variables.
cybersec_get_scenarioReturns a full workflow with every phase's prompt customized to the supplied variables.

Categories

red-team · blue-team · soc-ops · cloud-security · osint · grc · vuln-analysis · ai-security

Full breakdown and MITRE ATT&CK mapping in the main README and ATTACK_MATRIX.md.

Build from source

git clone https://github.com/xu-c0/cybersec-mcp.git
cd cybersec-mcp/mcp
npm install
npm run build
node dist/index.js

npm run sync-data regenerates src/data/*.json from web-app/js/*.js — run after editing prompts.

License

MIT. For authorized security testing, defensive operations, security research, and education only.

Keywords

mcp

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts