loading…
Search for a command to run...
loading…
Cybersecurity AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Cybersecurity AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Cybersecurity AI MCP Server - Security Intelligence Tools
Cybersecurity AI MCP Server - Security Intelligence Tools Built by MEOK AI Labs | https://meok.ai
Vulnerability classification, CVE lookup, security header checking, password strength analysis, and threat model generation.
| Tool | Description |
|---|---|
classify_vulnerability |
Classify a vulnerability by type, severity, and OWASP category. |
lookup_cve |
Look up CVE details from the vulnerability database. |
check_security_headers |
Analyze HTTP security headers against best practices. |
analyze_password_strength |
Analyze password strength and provide improvement suggestions. |
generate_threat_model |
Generate a STRIDE-based threat model for a system. |
pip install meok-cybersecurity-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"cybersecurity-ai": {
"command": "python",
"args": ["-m", "meok_cybersecurity_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cybersecurity-ai-mcp": {
"command": "npx",
"args": []
}
}
}