HatmanStack/ragstack-mcp
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).
Quick Start
Clone the repository:
git clone https://github.com/HatmanStack/RAGStack-Lambda/tree/main/src/ragstack-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ragstack-lambda": {
"command": "npx",
"args": [
"-y",
"HatmanStack/ragstack-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.