MCP Directory

optimaquantum/claude-critical-rules-mcp

GitHub
Developer Tools

Automatic enforcement of critical rules for Claude AI preventing 96 documented failure patterns. Provides compliance verification checklist and rules summary via MCP tools.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y claude-critical-rules-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from optimaquantum/claude-critical-rules-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "claude-critical-rules-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-critical-rules-mcp"
      ]
    }
  }
}

Route optimaquantum/claude-critical-rules-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add claude-critical-rules-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use optimaquantum/claude-critical-rules-mcp directly without routing

npx -y claude-critical-rules-mcp

New to Agent-CoreX? View setup guide →

optimaquantum/claude-critical-rules-mcp MCP Server