v2.0.0
π Augments MCP Server v2.0.0
A comprehensive framework documentation provider for Claude Code via Model Context Protocol (MCP). Now available as both a hosted service and local installation!
β¨ Key Features
- 92 frameworks across 9 categories (Web, Backend, AI/ML, Mobile, Database, State Management, Testing, DevOps, Design)
- Hosted MCP Server at
mcp.augments.dev- No installation required! - Production-ready web API with intelligent rate limiting and abuse protection
- Smart caching system with Redis support and edge caching
- Multi-framework context generation for development tasks
- Code compatibility analysis with detailed suggestions
- Real-time documentation retrieval from GitHub and official sites
- 12 comprehensive MCP tools for complete development workflow
π Hosted Service (NEW!)
The easiest way to get started - no installation required:
# Add the hosted MCP server
claude mcp add augments http://mcp.augments.devBenefits:
- β No installation required - Works immediately
- β Always up-to-date - Latest framework documentation
- β High availability - Reliable uptime with smart caching
- β No authentication - Completely frictionless access
- β Rate limiting protection - Intelligent abuse prevention
ποΈ Framework Coverage
- Web: 25 frameworks (React, Next.js, Vue, Angular, Tailwind CSS, etc.)
- Backend: 18 frameworks (FastAPI, Django, Express, NestJS, etc.)
- AI/ML: 14 frameworks (PyTorch, TensorFlow, Hugging Face, MCP SDK, etc.)
- Mobile: 6 frameworks (React Native, Flutter, Expo, etc.)
- Development Tools: 7 frameworks (Webpack, Vite, ESLint, Prettier, etc.)
- Database & ORM: 5 frameworks (Prisma, TypeORM, SQLAlchemy, etc.)
- State Management: 4 frameworks (Redux, Zustand, MobX, Recoil)
- Testing: 5 frameworks (Jest, Vitest, Cypress, Playwright, pytest)
- DevOps: 4 frameworks (Docker, Kubernetes, Terraform, Ansible)
- Design: 1 component library (shadcn/ui)
π§ Installation (Local)
git clone https://github.com/augmnt/augments-mcp-server.git
cd augments-mcp-server
uv syncπ Claude Code Integration
Option 1 - Hosted (Recommended):
claude mcp add augments http://mcp.augments.devOption 2 - Local:
claude mcp add augments-local -- uv run augments-mcp-serverπ What's New in v2.0.0
π Hosted Service
- Production web server deployed at
mcp.augments.dev - FastAPI-based architecture with comprehensive middleware stack
- Smart rate limiting with behavioral analysis and progressive limits
- Edge caching with TTL strategies for optimal performance
- Abuse detection with pattern recognition and bot filtering
- CloudFlare integration for DDoS protection and bot detection
- Request coalescing to prevent duplicate operations
- Redis caching for distributed performance
π Enhanced Framework Support
- 13 new frameworks added across multiple categories
- New categories: State Management, Testing, DevOps
- Enhanced documentation sources with better coverage
- Improved framework prioritization and organization
π§ Developer Experience
- Docker containerization with optimized Railway deployment
- Comprehensive deployment guides (Railway, Docker, local)
- Environment configuration templates and examples
- Enhanced monitoring with structured logging and metrics
- Hot-reloading configuration for dynamic framework updates
π οΈ Architecture Improvements
- Dual-mode operation: Both MCP server and web API
- Advanced middleware stack for production scalability
- Improved error handling with graceful degradation
- Enhanced security with multiple protection layers
- Performance optimizations throughout the stack
π Bug Fixes
- Fixed framework category validation for new categories
- Improved Redis connection handling and failover
- Enhanced Docker build process with proper dependency management
- Fixed middleware initialization order and ASGI compatibility
- Resolved health check issues with trusted host middleware
π‘ Migration Notes
- Hosted service is recommended for most users - no migration needed
- Local installations continue to work as before
- New environment variables available for advanced configuration
- Framework configurations are backward compatible
Built with β€οΈ for the Claude Code ecosystem