Skip to main content
Data Science ToolsTypeScript

phuongrealmax/code-guardian

AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans.

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/phuongrealmax/code-guardian

Claude Desktop configuration example:

{
  "mcpServers": {
    "code-guardian": {
      "command": "npx",
      "args": [
        "-y",
        "phuongrealmax/code-guardian"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
TypeScript
Author
phuongrealmax