wp-code-review-mcp-server

miniOrangeDev/wp-code-review-mcp-server

3.3

If you are the rightful owner of wp-code-review-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The WordPress Code Review MCP Server v2.0 is a lightweight, configurable server designed for development teams to fetch and apply coding guidelines, security rules, and validation patterns from external sources.

The WordPress Code Review MCP Server v2.0 is a versatile tool for development teams seeking to maintain high coding standards and security practices. This server allows teams to dynamically fetch coding guidelines, security rules, and validation patterns from any URL, ensuring that the latest standards are always applied. With no hardcoded rules, the server offers flexibility and adaptability, allowing teams to customize their own coding standards and security rules. The server is lightweight, relying on external guidelines and maintaining a minimal codebase, which makes it easy to integrate into existing workflows. By using environment variables, teams can specify the source of their guidelines, making configuration straightforward and adaptable to different environments. The server is built on Node.js, ensuring compatibility with modern development environments and providing a robust platform for code validation and security checks.

Features

  • No hardcoded rules - Fetch guidelines from any URL
  • Dynamic configuration - Specify source via environment variables
  • Custom validation - Add your own coding standards and security rules
  • Lightweight - External guidelines, minimal codebase

Usages

usage with Cursor

{
  "mcpServers": {
    "wp-code-review-mcp": {
      "command": "node",
      "args": ["/path/to/wp-code-review-mcp-server/build/index.js"],
      "env": {
        "GUIDELINES_URL": "https://yourdomain.com/guidelines"
      }
    }
  }
}

Tools

  1. get_guidelines

    Fetch development guidelines by category

  2. validate_code

    Validate code against configured standards

  3. security_check

    Security vulnerability scanning