CyberMCP
CyberMCP is a Model Context Protocol (MCP) server designed for testing backend APIs for security vulnerabilities. It provides a set of specialized tools and resources that can be used by LLMs to identify common security issues in APIs.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the CyberMCP MCP server manually.
π CyberMCP
AI-powered Cybersecurity API Testing with Model Context Protocol (MCP)
CyberMCP is a Model Context Protocol (MCP) server that enables AI agents to perform comprehensive security testing on backend APIs. It provides 14 specialized security tools and 10 resources for identifying vulnerabilities like authentication bypass, injection attacks, data leakage, and security misconfigurations.
π Quick Start
# Clone and setup
git clone https://github.com/your-username/CyberMCP.git
cd CyberMCP
npm install
npm run build
# Test the server
npm run test-server
# Start interactive testing
npm run test-interactive
β¨ Features
- π Authentication Testing - JWT analysis, bypass detection, OAuth2 flows
- π Injection Testing - SQL injection, XSS vulnerability detection
- π Data Protection - Sensitive data exposure, path traversal checks
- β±οΈ Rate Limiting - DoS vulnerability assessment
- π‘οΈ Security Headers - OWASP security header validation
- π Comprehensive Resources - Security checklists and testing guides
π οΈ Security Tools (14 Total)
Category | Tools |
---|---|
Authentication | basic_auth , token_auth , oauth2_auth , api_login , auth_status , clear_auth , jwt_vulnerability_check , auth_bypass_check |
Injection Testing | sql_injection_check , xss_check |
Data Protection | sensitive_data_check , path_traversal_check |
Infrastructure | rate_limit_check , security_headers_check |
π― IDE Integration
CyberMCP works with all major AI-powered IDEs:
- Claude Desktop - Direct MCP integration
- Cursor IDE - Built-in MCP support
- Windsurf (Codeium) - Native MCP protocol
- VS Code + Cline - Extension-based integration
π Complete Setup Guide - Detailed configuration for each IDE
π Usage Example
"Use basic_auth with username 'admin' and password 'secret123'
then use auth_bypass_check on https://api.example.com/users
to test for authentication bypass vulnerabilities"
The AI agent will:
- Configure authentication credentials
- Test the protected endpoint for bypass vulnerabilities
- Provide detailed security analysis and recommendations
π Testing & Validation
# Comprehensive tool testing
npm run test-tools
# Manual interactive testing
npm run test-interactive
# Quick setup verification
npm run quick-start
# MCP Inspector (GUI)
npm run inspector
π Project Structure
CyberMCP/
βββ src/ # TypeScript source code
β βββ tools/ # 14 security testing tools
β βββ resources/ # Security checklists & guides
β βββ utils/ # Authentication & utilities
βββ docs/ # Documentation
βββ scripts/ # Testing & utility scripts
βββ examples/ # Configuration examples
βββ dist/ # Built JavaScript (generated)
βββ README.md # This file
π§ Development
# Development mode with hot reload
npm run dev
# Build TypeScript
npm run build
# Start server (stdio mode)
npm start
# Start HTTP server
TRANSPORT=http PORT=3000 npm start
π Documentation
- Setup Guide - Detailed installation and configuration
- Project Summary - Complete feature overview
- Testing Results - Validation and test coverage
π€ Contributing
- Fork the repository
- Create a feature branch:
git checkout -b feature/new-security-tool
- Make your changes and add tests
- Submit a pull request
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Resources
- Model Context Protocol - Official MCP documentation
- OWASP API Security - API security best practices
- MCP TypeScript SDK - Development framework
π Secure your APIs with AI-powered testing!
For support and questions, please create an issue.
Stars
9Forks
3Last commit
29 days agoRepository age
3 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to CyberMCP:

Β
Stars
Forks
Last commit

Β
Stars
Forks
Last commit

Β
Stars
Forks
Last commit