Multi-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS
{
"mcpServers": {
"sample-multi-tenant-saas-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Multi-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT-0. View license →
Is it maintained?
Last commit 1 days ago. 13 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP Server for kubernetes management commands
Model Context Protocol (MCP) server for Kubernetes and OpenShift
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
MCP Security Weekly
Get CVE alerts and security updates for Sample Multi Tenant Saas Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository contains a multi-tenant remote MCP server implementation using the Streamable HTTP transport written with the TypeScript SDK. The repository also includes an MCP client UI implementation that communicates with Amazon Bedrock, supporting remote MCP servers and AWS hosting.
A remote MCP server implementation for B2B travel booking with multi-tenant authentication and authorization via Amazon Cognito and OAuth 2.1.

For a detailed architecture overview, see the MCP Server README.
# Deploy the MCP server
cd mcp_server/infra
npm install
./deploy.sh
An Amazon Bedrock powered MCP client implementation that allows the management of remote MCP servers and supports different authentication and authorization methods.

For a detailed architecture overview, see the Client README
# Deploy the MCP client
cd mcp_client
./deploy.sh
This repository is for demonstration and reference purposes only. The code and configurations provided are not intended for production use without proper review, testing, and security considerations.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.