Back to MCP Servers

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 mul…

coding-agentsairagagent

Installation

npx -y mcp_creator_growth

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub