Multi-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sample-multi-tenant-": {
"command": "npx",
"args": [
"-y",
"aws-samples/sample-multi-tenant-saas-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sample-multi-tenant- npx -y aws-samples/sample-multi-tenant-saas-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sample-multi-tenant-": {
"command": "npx",
"args": [
"-y",
"aws-samples/sample-multi-tenant-saas-mcp-server"
]
}
}
}