Back to MCP Servers

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-toolsaiagent

Installation

npx -y RulesetMCP

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub