An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-adaptive-serverle": {
"command": "npx",
"args": [
"-y",
"dineshrajdhanapathyDD/AI-Adaptive-Serverless-SaaS-Platform-with-Strands-Agents-MCP-on-AWS"
]
}
}
}
Run in terminal:
claude mcp add ai-adaptive-serverle npx -y dineshrajdhanapathyDD/AI-Adaptive-Serverless-SaaS-Platform-with-Strands-Agents-MCP-on-AWS
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-adaptive-serverle": {
"command": "npx",
"args": [
"-y",
"dineshrajdhanapathyDD/AI-Adaptive-Serverless-SaaS-Platform-with-Strands-Agents-MCP-on-AWS"
]
}
}
}