送信

Codesherlock.ai Mcp Server

@Madhuri Mittal

CodeSherlock is an AI- based code analysis tool that validates unstaged changes and commits directly inside IDEs and AI Agents. It helps developers catch security, quality, and design issues early by combining deep analysis with compliance-aware checks OWASP, CWE, SOC-2 at the moment code is written. CodeSherlock also performs other security vulnerability reviews along with Maintainability, Reliability and Scalability checks. Use CodeSherlock to review and validate code especially generated via AI.
概要

CodeSherlock is an AI-powered code analysis and review platform designed for AI-native development, where AI-generated code is becoming the default. It integrates seamlessly into the developer workflow, analyzing unstaged and committed changes directly inside modern IDEs and running automated GitHub Pull Request reviews. As code is written—by humans or AI—CodeSherlock continuously validates security and quality, enforcing checks mapped to OWASP Top 10 and CWE standards at every stage of development, making it an essential code-validation layer that helps teams ship faster without compromising trust.

サーバー設定

{
  "mcpServers": {
    "codesherlock": {
      "name": "CodeSherlock MCP Server",
      "description": "CodeSherlock is an AI- based code analysis tool that validates unstaged changes and commits directly inside IDEs and AI Agents. It helps developers catch security, quality, and design issues early by combining deep analysis with compliance-aware checks OWASP, CWE, SOC-2 at the moment code is written. CodeSherlock also performs other security vulnerability reviews along with Maintainability, Reliability and Scalability checks. Use CodeSherlock to review and validate code especially generated via AI.",
      "command": "npx",
      "args": [
        "-y",
        "@codesherlock/codesherlock-mcp-server"
      ],
      "env": {
        "MCP_API_KEY": "your-api-key-here"
      }
    }
  }
}
- MCP Server