Back to Apps

mycop
by surd-pollywog583
AI-powered security scanner for Python, JS, TS, Go, and Java, featuring 200+ security rules and auto-fix capabilities.
0 stars
Works in:claude
Exposes:Tools
What it does
mycop is an AI-driven code security scanner designed to detect and resolve vulnerabilities in multi-language codebases, specifically targeting risks introduced by AI-generated code. It connects your development environment to a robust set of 200+ security rules based on OWASP Top 10 and CWE Top 25.
Tools
scan_code: Analyzes a target codebase for security vulnerabilities using AST and pattern matching.explain_vulnerability: Provides an AI-powered detailed explanation of a detected security flaw.apply_fix: Automatically generates and applies a fix for a detected vulnerability.
Installation
To install mycop as an MCP server, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mycop": {
"command": "mycop-mcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Add mycop to your mcpServers configuration in claude_desktop_config.json





