Skip to main content
Coding AgentsPython

SunflowersLwtech/mcp_creator_growth

Intelligent learning sidecar for AI coding assistants. Helps developers learn from AI-generated code changes through interactive blocking quizzes and provides agents with persistent project-specific debugging memory using silent RAG tools. Features 56% token optimization and multi-language support.

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/SunflowersLwtech/mcp_creator_growth

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcpcreatorgrowth": {
      "command": "npx",
      "args": [
        "-y",
        "SunflowersLwtech/mcp_creator_growth"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
SunflowersLwtech