mcp
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Deployment
https://mcp.augments.dev/mcpPackage Details
augments-mcp-server
MCP Tools (12/12)
List all available frameworks, optionally filtered by category. Args: category: Filter by category (web, backend, mobile, ai-ml, design, tools) Returns: List of framework information including name, category, and description
Search for frameworks by name, keyword, or feature. Args: query: Search term to match against framework names and features Returns: Ranked list of matching frameworks with relevance scores
Get detailed information about a specific framework. Args: framework: Framework name Returns: Detailed framework information or error message
Retrieve comprehensive documentation for a specific framework. Args: framework: Framework name (e.g., 'react', 'tailwind', 'laravel') section: Specific documentation section (e.g., 'installation', 'configuration') use_cache: Whether to use cached content (default: True) Returns: Formatted documentation content with examples and best practices
Get code examples for specific patterns within a framework. Args: framework: Framework name pattern: Specific pattern (e.g., 'components', 'routing', 'authentication') Returns: Code examples with explanations and best practices
Search within a framework's cached documentation. Args: framework: Framework name to search within query: Search query limit: Maximum number of results (default: 10) Returns: List of search results with context
Get relevant context for multiple frameworks based on the development task. Args: frameworks: List of framework names being used task_description: Description of what you're trying to build Returns: Curated context combining relevant documentation, patterns, and best practices
Analyze code for framework compatibility and suggest improvements. Args: code: Code snippet to analyze frameworks: List of frameworks the code should work with Returns: Analysis results with compatibility issues and improvement suggestions
Check if framework documentation has been updated since last cache. Args: framework: Framework name to check Returns: Update status with last modified dates and change summary
Refresh cached documentation for frameworks. Args: framework: Specific framework to refresh, or None for all force: Force refresh even if cache is still valid Returns: Status message with refresh results
Get detailed cache statistics and performance metrics. Returns: Comprehensive cache statistics
Get statistics about the framework registry. Returns: Registry statistics including framework count and categories