MCP Directory

SunflowersLwtech/mcp_creator_growth

GitHub
Developer Tools

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.

Direct install

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

npx -y mcp_creator_growth

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from SunflowersLwtech/mcp_creator_growth your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route SunflowersLwtech/mcp_creator_growth 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 mcp_creator_growth

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

Direct Install

Use SunflowersLwtech/mcp_creator_growth directly without routing

npx -y mcp_creator_growth

New to Agent-CoreX? View setup guide →

SunflowersLwtech/mcp_creator_growth MCP Server — Agent-CoreX