Learning sidecar for coding assistants with interactive code quizzes and project-specific debugging memory.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
The install command below didn't complete successfully in our automated test.
/bin/bash: line 1: docker: command not found
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 6d ago.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Creator Growth.
SunflowersLwtech/mcp_creator_growth MCP server, published in the repository as Covate, provides a learning sidecar for AI coding assistants. It addresses two related workflows: helping a developer understand AI-generated changes and retaining debugging knowledge for a specific project.
The learning workflow uses interactive quizzes about recent code modifications. Questions can focus on logic, security, performance, architecture, or syntax. The debugging workflow stores error context, root-cause analysis, and successful fixes, then makes those records searchable later. A separate reference tool returns programming terms from supported technical domains and tracks terms that have already been shown.
The server exposes four MCP tools. learning_session opens a WebUI quiz and blocks until the user completes it. Its inputs can include a project directory, an agent-generated change summary, optional five-Why reasoning, quiz questions, focus areas, and a timeout. On completion, it returns a status indicating that generation should halt.
debug_search accepts an error message or description and searches the project’s debugging history. Results can be narrowed by error type or tags, with a configurable result limit. debug_record stores a fixed bug’s context, cause, solution, project directory, and optional tags. The README describes search and recording as silent operations that agents can invoke around error handling and fixes. term_get returns one to five terms from domains such as algorithms, testing, security, databases, DevOps, and version control.
SunflowersLwtech/mcp_creator_growth MCP server requires Python 3.11+ or uv. The documented installer clones the project into ~/covate, creates an environment, installs dependencies, and prints an IDE configuration command. Manual setup uses either uv with an editable install or a standard Python virtual environment. Docker is also supported, including the published sunflowerslwtech/covate:latest image.
The README provides Claude Code configuration through the claude mcp add command or a ~/.claude.json entry. Docker documentation also covers Claude Desktop integration. The core server runs locally without an account. An optional hosted learning ledger can sync sessions to Covate after GitHub sign-in, using COVATE_SYNC_URL and COVATE_SYNC_TOKEN; this is separate from the local MCP functionality.
The quiz tool blocks until the user finishes the learning interaction, so it is not suited to workflows that cannot pause generation. Debugging memory is project-specific and depends on agents recording useful context and solutions. The README claims token optimization and multilingual support in the repository description, but the excerpt does not explain how those capabilities work or which languages are covered.
The hosted ledger is optional and free, but it is not required for local operation. Progress-over-time charts, spaced-repetition plans, and team accounts are explicitly described as unavailable. The repository is MIT licensed, and the provided setup targets local execution rather than a required paid API or hosted service.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sunflowerslwtech-mcp-creator-growth)<a href="https://allmcps.com/mcp/sunflowerslwtech-mcp-creator-growth"><img src="https://allmcps.com/api/badge/sunflowerslwtech-mcp-creator-growth?style=directory" alt="MCP Creator Growth on AllMCPs" /></a>