MCPRules
19
MCPRules is a Model Context Protocol server that facilitates the management and distribution of programming guidelines and rules. It integrates with development tools to ensure consistent coding standards and supports both local and GitHub-hosted rules with flexible storage options.
How do I install MCPRules?
Clone the repository, install dependencies using npm, build the server, and configure environment variables.
Can I use MCPRules with private GitHub repositories?
Yes, you can use MCPRules with private GitHub repositories by setting the GITHUB_TOKEN environment variable.
What file format is used for rule definitions?
Rules are defined in markdown files with a structured format using categories and key-value pairs.