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

Installation

npx -y RAGStack-Lambda

Configuration

{
  "mcpServers": {
    "RAGStack-Lambda": {
      "command": "npx",
      "args": ["-y", "RAGStack-Lambda"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub