Added SunflowersLwtech/mcp_creator_growth to the Coding Agents section.
This MCP server provides:
- Interactive blocking quizzes for learning verification
- Silent RAG-based debug memory for agents
- 56% token optimization through progressive disclosure
- Multi-language support (EN/CN/TW)
- Cross-platform compatibility
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Adds sonnyflylock/voxie-ai-directory-mcp to Aggregators section.
This MCP server provides:
- Query AI services accessible via phone or webchat
- Instant webchat URLs for Voxie AI personas
- Third-party services like ChatGPT (1-800-CHATGPT)
- Public mode exposes webchat only (free), full mode includes phone numbers
Repository: https://github.com/sonnyflylock/voxie-ai-directory-mcp
## Add project-context-mcp
**Give Claude Code instant access to your project's institutional knowledge.**
### The Problem
You're working with Claude Code on a complex project. Claude is smart, but it doesn't know your team's coding conventions, why you chose that architecture, or the gotchas in your codebase. You end up copy-pasting the same context into every conversation.
### The Solution
Create a `.context/` folder. Drop in your docs. Now when you type `@` in Claude Code, your context files appear right alongside your source files:
Help me add a new API endpoint @api-patterns.md @conventions.md
One mention and Claude knows exactly how your team structures code.
### Features
- **Zero config** - Just create `.context/` and go
- **Selective inclusion** - Only include relevant docs per task (unlike CLAUDE.md which is always included)
- **Supports everything** - Markdown, YAML, JSON, SQL, code examples, and more
- **Smart naming** - Extracts titles from markdown headings for clean autocomplete
### Perfect for
- Team coding conventions and standards
- Architecture decision records
- API design patterns
- Database schemas and gotchas
- Domain glossaries for complex industries
### Quick Start
```bash
claude mcp add project-context -s user -- uvx project-context-mcp
Links
- GitHub: https://github.com/ericbrown/project-context-mcp
- PyPI: https://pypi.org/project/project-context-mcp/
---
Built for developers who are tired of repeating themselves.