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
By n8daniels
Installation
npx -y RulesetMCPConfiguration
{
"mcpServers": {
"RulesetMCP": {
"command": "npx",
"args": ["-y", "RulesetMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes