bartwisch/MCPRules
A powerful Model Context Protocol (MCP) server that manages and serves programming guidelines and rules. This server integrates with development tools to provide consistent coding standards across projects.
Platform-specific configuration:
{
"mcpServers": {
"MCPRules": {
"command": "npx",
"args": [
"-y",
"MCPRules"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...