RulesetMCP
Verified Safeby 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
rulesetmcp --config rulesetmcp.config.jsonSecurity 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
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.