θΏ™ζ˜―indexlocζδΎ›ηš„ζœεŠ‘οΌŒδΈθ¦θΎ“ε…₯任何密码
Skip to content

v2.0.0

Choose a tag to compare

@augmnt augmnt released this 13 Sep 14:21
· 29 commits to main since this release

πŸš€ 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.dev

Benefits:

  • βœ… 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.dev

Option 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