Rule Reviewer

Created By
huahuayua year ago
Overview

what is Rule Reviewer?

Rule Reviewer is an open-source Model Context Protocol (MCP) server that provides intelligent rule review capabilities for development projects, integrating with AI coding assistants like Cursor to analyze and review user-defined and project-specific rules.

how to use Rule Reviewer?

To use Rule Reviewer, install it via the quick install method or build it from source, then run the MCP server and integrate it with Cursor by adding the necessary configuration to your MCP settings.

key features of Rule Reviewer?

  • Comprehensive rule analysis for quality, conflicts, and gaps
  • Duplicate detection for redundant rules
  • Conflict resolution with recommendations
  • Full MCP v1.0 protocol compliance for seamless integration

use cases of Rule Reviewer?

  1. Analyzing and improving rule quality in software development projects.
  2. Detecting and resolving conflicts in coding rules.
  3. Integrating with AI coding assistants for enhanced rule management.

FAQ from Rule Reviewer?

  • What is the MCP protocol?

The MCP protocol is a standard for communication between coding assistants and servers, allowing for efficient rule management.

  • Can Rule Reviewer be used with other coding assistants?

Yes, Rule Reviewer is designed to integrate with various AI coding assistants that support the MCP protocol.

  • Is Rule Reviewer free to use?

Yes, Rule Reviewer is open-source and free for everyone.

Server Config

{
  "mcpServers": {
    "rule-reviewer": {
      "command": "/usr/local/bin/rule-reviewer-mcp",
      "args": []
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
huahuayu
Star
-
Language
-
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

a day ago
Linkpulse

a day ago
Trainzilla Mcp

8 hours ago