Skip to main content
Knowledge & MemoryPython

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).

knowledge-memorycloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/HatmanStack/RAGStack-Lambda/tree/main/src/ragstack-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ragstack-lambda": {
      "command": "npx",
      "args": [
        "-y",
        "HatmanStack/ragstack-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
HatmanStack