
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@chinchillaenterprises/mcp-amplify-docs
Advanced tools
MCP server providing AWS Amplify documentation and code generation tools
An MCP (Model Context Protocol) server that provides AWS Amplify documentation, code examples, and implementation patterns directly within Claude.
NEW: Production-tested patterns from actual deployed apps:
📍 Real-World Lambda + DynamoDB - ACTUAL working pattern:
@aws-amplify/backend/function/runtime
process.env
directly (NOT $amplify/env
)authMode: 'iam'
for Lambda functionspackage.json
only🎯 Enhanced Function Best Practices - New real-world-lambda-dynamodb
pattern
This version implements a hybrid approach to prevent common client-side errors:
📍 Automatic Client-Side Reminders - EVERY response now includes critical reminders:
Amplify.configure(outputs)
requirementpublicApiKey
instead of guest
for public access🎯 New Implementation Checklist Tool - get_amplify_implementation_checklist
This update specifically addresses the three most common Amplify errors that occur in browser consoles, ensuring Claude provides correct implementation guidance from the start.
This MCP server gives Claude instant access to AWS Amplify best practices and code generation for:
# Install with user scope
claude mcp add amplify-docs -s user -- npx @chinchillaenterprises/mcp-amplify-docs
# Start Claude to use the tools
claude
# Clone and build
cd mcp-amplify-docs
npm install
npm run build
# Add to Claude for testing
claude mcp add amplify-docs-dev -s user -- node $(pwd)/dist/index.js
get_auth_setup
Returns backend configuration for authentication:
get_auth_client_code
Provides client-side implementation examples:
get_storage_setup
Returns backend configuration for storage:
get_storage_operations
Provides client-side implementation examples:
get_data_setup
Returns backend configuration for data:
get_data_client_code
Provides client-side data operation examples:
get_data_integrations
External service integrations:
get_function_setup
Returns backend configuration for functions:
get_function_triggers
Provides Lambda trigger examples:
get_hosting_setup
Deployment and hosting configuration:
get_ssr_setup
Provides Next.js App Router SSR configuration:
get_troubleshooting
Solutions for common Amplify issues:
get_amplify_implementation_checklist
NEW in v1.5.0 - Get comprehensive implementation checklist for any Amplify feature:
This tool provides:
list_all_features
Shows all available Amplify features and tools
In Claude, you can ask:
To add more documentation:
src/index.ts
amplifyDocs
objectnpm run build
npm publish --access public
Part of the Chinchilla Enterprises MCP suite
FAQs
MCP server providing AWS Amplify documentation and code generation tools
We found that @chinchillaenterprises/mcp-amplify-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.