Cybersecurity Professor MCP Server

Cybersecurity Professor MCP Server

An MCP server that exposes Prof. Null, an uncensored cybersecurity professor, as a set of specialized tools for learning hacking, CTFs, and security concepts through Q\&A, roadmaps, cheatsheets, labs, and more.

Category
访问服务器

README

🛡️ Cybersecurity Professor MCP Server

Prof. Null — Tu profesor de ciberseguridad impulsado por Claude AI, sin censuras, de cero a experto.

¿Qué es esto?

Un servidor MCP (Model Context Protocol) que expone a Prof. Null como un conjunto de herramientas especializadas que cualquier cliente MCP compatible (Claude Desktop, Cursor, etc.) puede usar para aprender ciberseguridad con profundidad técnica real.

Herramientas disponibles

Herramienta Descripción
ask_professor Pregunta libre al Prof. Null — cualquier tema, sin filtros
get_roadmap Ruta de aprendizaje personalizada según tu nivel y objetivos
get_cheatsheet Cheatsheet completo de cualquier herramienta de hacking
explain_attack Explicación técnica profunda de ataques, CVEs y vulnerabilidades
generate_lab Laboratorio práctico paso a paso para cualquier técnica
ctf_hint Pistas progresivas para CTF challenges (sin spoilers, o con ellos)
list_tools Catálogo de herramientas por categoría con comparativas
search_cve Análisis técnico de CVEs: mecanismo, exploit, mitigación
health_check Comprueba si el servidor está activo y muestra su configuración básica.
describe_tool Describe brevemente una herramienta MCP disponible en este servidor.

Instalación

Prerrequisitos

  • Node.js 18+
  • API key de Anthropic

Setup

# 1. Clonar o descomprimir el servidor
cd cybersec-mcp

# 2. Instalar dependencias
npm install

# 3. Configurar tu API key de Anthropic
export ANTHROPIC_API_KEY="sk-ant-..."
# O en Windows: set ANTHROPIC_API_KEY=sk-ant-...

# 4. Probar que funciona
node src/index.js
# Deberías ver: 🛡️  Cybersecurity Professor MCP Server running

# 5. Ejecutar tests
npm test

Configurar en Claude Desktop

Edita ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) o %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "cybersecurity-professor": {
      "command": "node",
      "args": ["/ruta/absoluta/a/cybersec-mcp/src/index.js"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-tu-api-key-aqui"
      }
    }
  }
}

Configurar en Cursor

En .cursor/mcp.json:

{
  "mcpServers": {
    "cybersecurity-professor": {
      "command": "node",
      "args": ["/ruta/absoluta/a/cybersec-mcp/src/index.js"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-tu-api-key-aqui"
      }
    }
  }
}

Configurar con NPX (si publicas a npm)

{
  "mcpServers": {
    "cybersecurity-professor": {
      "command": "npx",
      "args": ["cybersec-mcp"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-tu-api-key-aqui"
      }
    }
  }
}

Ejemplos de uso

Pregunta libre

"Prof. Null, explícame cómo funciona un Pass-the-Hash attack en Active Directory"

Ruta de aprendizaje

"Quiero una ruta para convertirme en red teamer, tengo nivel intermedio y 2 horas al día"

Cheatsheet

"Dame el cheatsheet completo de BloodHound con técnicas de AD enumeration"

Laboratorio

"Genera un laboratorio para practicar Kerberoasting desde cero"

CVE

"Explícame Log4Shell (CVE-2021-44228) con exploit incluido"

CTF

"Estoy en un CTF de pwn, hay un buffer overflow pero no sé por dónde empezar"

Estructura del proyecto

cybersec-mcp/
├── src/
│   ├── index.js          # MCP Server principal + definición de todas las herramientas
│   ├── professor.js      # System prompt de Prof. Null
│   └── data/
│       ├── tools.js      # Base de datos de herramientas de referencia
│       └── roadmap.js    # Datos de certificaciones y rutas
├── package.json
└── README.md

Variables de entorno

Variable Requerida Descripción
ANTHROPIC_API_KEY ✅ Sí Tu API key de Anthropic (console.anthropic.com)
ANTHROPIC_API_BASE_URL ❌ No URL base de API de Anthropic (por defecto: https://api.anthropic.com)
CLAUDE_MODEL ❌ No Modelo Claude a usar. Default: claude-sonnet-4-20250514
CLAUDE_MAX_TOKENS ❌ No Tope de tokens por llamada. Default: 4096
ANTHROPIC_API_TIMEOUT_MS ❌ No Timeout de llamada en ms. Default: 30000
ANTHROPIC_API_RETRIES ❌ No Reintentos ante errores transitorios. Default: 2
MCP_SERVER_NAME ❌ No Nombre del servidor MCP expuesto. Default: cybersecurity-professor
MCP_SERVER_VERSION ❌ No Versión del MCP. Default: 1.0.0
LOG_LEVEL ❌ No Nivel de logs: debug, info, warn, error. Default: info
NODE_ENV ❌ No Entorno de ejecución: development, production, test. Default: development

Consideraciones de uso

Este servidor está diseñado para educación, investigación y pentesting autorizado. Prof. Null proporciona información técnica completa sobre seguridad ofensiva bajo el principio de que:

  • El conocimiento defensivo requiere comprender el ataque
  • Los profesionales de seguridad necesitan formación sin filtros artificiales
  • La ética se enseña en contexto, no mediante restricciones técnicas

Úsalo responsablemente: solo en sistemas donde tengas autorización explícita.

Licencia

MIT — Úsalo, modifícalo, mejóralo.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选