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_growthConfiguration
{
"mcpServers": {
"mcp_creator_growth": {
"command": "npx",
"args": ["-y", "mcp_creator_growth"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes