Back to Home
n8daniels icon

RulesetMCP

Verified Safe

by n8daniels

Overview

RulesetMCP provides AI agents with project-aware rulebooks defined in version-controlled files for contextual understanding and enforcement of coding standards, conventions, and process guidelines.

Installation

Run Command
rulesetmcp --config rulesetmcp.config.json

Security Notes

The server primarily operates via standard input/output (stdio), reducing external network attack surfaces. It does not contain obvious hardcoded secrets, direct arbitrary code execution ('eval', 'child_process.exec'), or obfuscation. A potential, albeit indirect, risk exists with user-defined regular expressions in rule files (`rule.pattern` used in `validateSnippet`), which could be crafted to cause ReDoS (Regular Expression Denial of Service) if rule definitions are compromised or untrusted. However, rule files are assumed to be trusted, version-controlled assets, making this a concern for the integrity of the project's rule definitions rather than a direct vulnerability in the server's runtime.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-06

Tags

mcpai-agentcode-qualitycoding-standardsrule-engine