Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A lightweight, configurable MCP (Model Context Protocol) server for development teams. Fetches coding guidelines, security rules, and validation patterns from external sources or URL where you have hosted your custom guidelines.

<a href="https://glama.ai/mcp/servers/@miniOrangeDev/wp-code-review-mcp-server">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@miniOrangeDev/wp-code-review-mcp-server/badge" alt="WordPress Code Review Server MCP server" />
</a>

## 🚀 **Key Features**

- ✅ **No hardcoded rules** - Fetch guidelines from any URL
Expand All @@ -18,7 +22,6 @@ A lightweight, configurable MCP (Model Context Protocol) server for development
## 📋 **Prerequisites**
- Node.js installed (v18+)


## 🛠 **Installation & Setup**

### **Step 1: Clone Repository**
Expand Down Expand Up @@ -71,13 +74,11 @@ Your guidelines server should serve these files:
- `/validation-rules.md` - Code validation rules
- `/security-rules.md` - Security scanning rules


### **Step 5: Test in Cursor**
1. Open any PHP file in Cursor
2. Ask the AI: "Check this code for security issues: `class mo_Test {}`"
3. The AI should detect the short prefix violation!


## 🔧 **Troubleshooting**

Having configuration issues? See the [Configuration Troubleshooting Guide](CONFIGURATION-TROUBLESHOOTING.md) for common mistakes and solutions.
Expand All @@ -92,11 +93,10 @@ Edit the files in `sample-guidelines/html/` to add your own:

The MCP server automatically uses updated rules without restart.


## 📄 **License**

MIT License

---

**Built for Dynamic, Maintainable Development Guidelines** 🛡️
**Built for Dynamic, Maintainable Development Guidelines** 🛡️