io.github.HatmanStack/ragstack✓
io.github.HatmanStack/ragstack · v0.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.HatmanStack/ragstack",
"description": "Search, chat, upload, and scrape a serverless RAGStack knowledge base on AWS.",
"repository": {
"url": "https://github.com/HatmanStack/RAGStack-Lambda",
"source": "github"
},
"version": "0.1.4",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "ragstack-mcp",
"version": "0.1.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your RAGStack GraphQL API URL (from Dashboard → Settings)",
"name": "RAGSTACK_GRAPHQL_ENDPOINT"
},
{
"description": "Your RAGStack API key (from Dashboard → Settings)",
"name": "RAGSTACK_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}