@cyber-agents/mcp-server
v2.0.6
Published
MCP server for developer-friendly security scanning in Codex and AI coding tools
Downloads
845
Readme
Cybersecurity Agents MCP Server
MCP server for using Cybersecurity Agents from Codex and other MCP-compatible clients.
Quick Check
npx -y @cyber-agents/mcp-server@latest --helpExpected output starts with:
Usage: cyber-agents-mcp [options]Codex Configuration
Add this server to your MCP configuration:
{
"mcpServers": {
"cyber-agents": {
"command": "npx",
"args": ["-y", "@cyber-agents/mcp-server@latest"]
}
}
}If your npm mirror is stale, use the official npm registry:
{
"mcpServers": {
"cyber-agents": {
"command": "npx",
"args": [
"-y",
"--registry=https://registry.npmjs.org/",
"@cyber-agents/mcp-server@latest"
]
}
}
}Restart Codex after saving the configuration.
How To Use
Open a project in Codex and ask:
Scan this project for security risks and tell me what to fix first.The MCP server is a stdio server. When started without --help or --version, it waits for an MCP client instead of printing normal CLI logs.
Requirements
- Node.js 18 or newer
- npm/npx
- Permission to read the project directory you scan
Only scan code and systems you are authorized to review.
