MCP Creator Growth
English | 简体中文 | 繁體中文
A context-aware Model Context Protocol (MCP) server that acts as a learning sidecar for AI coding assistants. It helps developers learn from AI-generated code changes through interactive quizzes and provides agents with a persistent project-specific debugging memory.
🌐 Resources
| Resource | Description |
|---|---|
| Glama MCP Marketplace | Official MCP server listing with installation guides |
| DeepWiki Documentation | AI-generated deep analysis of the codebase |
| GitHub Repository | Source code, issues, and contributions |
🚀 Why Use This?
| For | Benefit |
|---|---|
| Developers | Don't just accept AI code—understand it. Request a quiz to verify your grasp of the logic, security, or performance implications. |
| AI Agents | Stop solving the same bug twice. The server quietly records debugging solutions and retrieves them automatically when similar errors occur. |
📦 Available Tools
| Tool | Type | Description |
|---|---|---|
learning_session |
🎓 Interactive | Opens a WebUI quiz based on recent code changes. Blocks until user completes learning. |
debug_search |
🔍 Silent RAG | Searches project debug history for relevant past solutions. Auto-triggered on errors. |
debug_record |
📝 Silent | Records debugging experiences to project knowledge base. Auto-triggered after fixes. |
term_get |
📚 Reference | Fetches programming terms/concepts. Tracks shown terms to avoid repetition. |






