Quick Start¶
Get started with MCP Templates in minutes.
1. List Available Templates¶
2. Deploy a Template¶
# Deploy the demo template
mcp-template deploy demo
# Deploy with custom configuration
mcp-template deploy file-server --port 8080
3. Test Your Deployment¶
# Check if the server is running
curl http://localhost:8080/health
# View server logs
mcp-template logs demo
4. Clean Up¶
Next Steps¶
- Check out the Templates Overview to see what's available
- Learn about Configuration options
- Read the Deployment Guide for advanced usage