Back to MCP Servers
RAGStack Lambda
MCP server for RAGStack serverless knowledge bases. Search, chat with AI-generated answers, upload documents/media, scrape websites, and analyze metadata through an AWS-powered RAG pipeline (Lambda, Bedrock, S3, DynamoDB).
knowledge-memoryawsairag
By HatmanStack
Installation
npx -y RAGStack-LambdaConfiguration
{
"mcpServers": {
"RAGStack-Lambda": {
"command": "npx",
"args": ["-y", "RAGStack-Lambda"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes