HomeKnowledge & Memory › RAGStack-Lambda

RAGStack-Lambda

Search, chat, upload, and scrape a serverless RAGStack knowledge base on AWS.

Python Cloud macOSWindowsLinux
★ 25 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.4)

uvx ragstack-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "ragstack-lambda": {
      "command": "uvx",
      "args": [
        "ragstack-mcp"
      ],
      "env": {
        "RAGSTACK_GRAPHQL_ENDPOINT": "<YOUR_VALUE>",
        "RAGSTACK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • RAGSTACK_GRAPHQL_ENDPOINT — Your RAGStack GraphQL API URL (from Dashboard → Settings)
  • RAGSTACK_API_KEY — Your RAGStack API key (from Dashboard → Settings)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry