Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🤖 Coding Agents
  3. MCP Creator Growth
MCP Creator Growth logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:32:24 PM

MCP Creator Growth

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website
developer-toolslearningdebuggingrag

Learning sidecar for coding assistants with interactive code quizzes and project-specific debugging memory.

Quick Install

Automated & IDE Setup

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.

We couldn’t automatically confirm this listing starts correctly

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.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for SunflowersLwtech/mcp_creator_growth, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🤖 More in Coding Agents

Overview

SunflowersLwtech/mcp_creator_growth MCP server adds learning and debugging-memory tools to AI coding assistants through MCP. It presents quizzes about recent code changes, stores project-specific debugging solutions, searches past fixes, and retrieves programming terms. The server runs locally with Python 3.11+ or Docker and does not require an account for its core features. Reach for it when developers need to understand generated changes or avoid repeating known debugging work.

Use cases

•Quiz developers about AI-generated code changes
•Search prior fixes when errors recur
•Record verified debugging solutions
•Retrieve programming terms during development
•Sync learning sessions to the optional ledger

Key features

•Interactive quizzes with blocking completion
•Project-specific debugging search
•Silent debugging record storage
•Programming term retrieval
•Optional hosted learning-session sync
•Python and Docker setup options

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Creator Growth.

Extracted Tool Capabilities
Interactive quizzes with blocking completion
Project-specific debugging search
Silent debugging record storage
Programming term retrieval
Optional hosted learning-session sync
Python and Docker setup options

How MCP Creator Growth works

What SunflowersLwtech/mcp_creator_growth MCP server does

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.

How it works

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.

Setup and configuration

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.

Tools and capabilities

  • Run blocking quizzes based on recent code changes.
  • Focus quizzes on logic, security, performance, architecture, or syntax.
  • Search project-specific debugging history.
  • Record error context and verified solutions.
  • Retrieve programming terms across ten listed domains.
  • Track displayed terms to reduce repetition.

Limitations and notes

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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    🤖 Coding Agents3 views
    Compare vs Codegraphcontext →
  • MCP Rubber Duck logoMCP Rubber Duck

    An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel for explaining problems to various AI "ducks" and getting different perspectives

    🤖 Coding Agents3 views
    Compare vs MCP Rubber Duck →
  • Leetcode MCP Server logoLeetcode MCP Server

    MCP server enabling automated access to LeetCode's programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both leetcode.com (global) and leetcode.cn (China) sites.

    🤖 Coding Agents5 views
    Compare vs Leetcode MCP Server →
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    🤖 Coding Agents3 views
    Compare vs Cli MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
8
Stargazers on the source repository.
Last commit
4d ago
Most recent push to the default branch.
Install check
Inconclusive
Install command did not finish in our automated test.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Creator Growth

Use the documented macOS/Linux or Windows installer, or install manually with Python 3.11+ or uv. Docker is also supported with the published Covate image.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Creator Growth AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sunflowerslwtech-mcp-creator-growth?style=directory)](https://allmcps.com/mcp/sunflowerslwtech-mcp-creator-growth)
HTML Embed
<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>

Technical Specs & Signals

Category🤖Coding Agents
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
8/9 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
49Quality signal: Fair · 49/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🤖 Coding Agents →Best MCP servers for Coding Agents →Alternatives to MCP Creator Growth →Install in Claude DesktopInstall in CursorInstall in VS Code