README.md•1.47 kB
# MCPify - MCP Development Knowledge Base
Turn yourself into an MCP development expert in minutes!
## What is MCPify?
MCPify is an MCP (Model Context Protocol) server that provides instant access to the best MCP development knowledge, examples, and patterns. It pulls the latest documentation and provides expert guidance on building production-ready MCPs.
## Features
- 📚 **Live Documentation** - Pulls latest MCP repos and examples
- ✅ **Production Checklist** - Complete guide for robust MCPs
- ⚠️ **Common Mistakes** - Learn from others' debugging pain
- 🏗️ **Architecture Patterns** - Advanced patterns for complex systems
- 🧪 **Testing Guide** - Comprehensive testing strategies
- 🪆 **Nesting MCPs** - Advanced meta-MCP patterns
## Installation
```bash
pip install mcpify
```
## Usage
### As MCP Server
```bash
python -m mcpify
```
### In Claude Desktop
Add to your Claude configuration (`~/.claude/claude_desktop_config.json`):
```json
{
"mcpServers": {
"mcpify": {
"command": "python",
"args": ["-m", "mcpify"]
}
}
}
```
## Available Tools
- `get_latest_mcp_knowledge()` - Pull latest repos and get learning path
- `mcp_development_checklist()` - Complete production checklist
- `common_mcp_mistakes()` - Avoid common pitfalls
- `mcp_architecture_patterns()` - Advanced architecture patterns
- `mcp_testing_guide()` - Testing strategies
- `how_to_nest_mcps()` - Meta-MCP patterns
## License
MIT