Skip to main content
Developer ToolsTypeScript

n8daniels/RulesetMCP

Weight-On-Wheels for AI - keeps agents grounded in your project's rules. Query coding standards, validate snippets, and get task-specific guidance from version-controlled rule files.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/n8daniels/RulesetMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "rulesetmcp": {
      "command": "npx",
      "args": [
        "-y",
        "n8daniels/RulesetMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
n8daniels