Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cybersecurity-ai": {
"args": [
"-m",
"meok_cybersecurity_ai_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Cybersecurity AI MCP Server - Security Intelligence Tools
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-cybersecurity-ai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-cybersecurity-ai-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Signed receipts for agent, API, and MCP interactions. Portable and offline-verifiable.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/cybersecurity-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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