A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Multi-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS
This repository contains a multi-tenant remote MCP server implementation using the Streamable HTTP transport written with the TypeScript SDK.
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.
cd mcp_server/infra
npm install
./deploy.sh
Note the output URL (https://mc-xxx.ecs.<region>.on.aws). Create a user with the manage-users script:
cd mcp_server/scripts
npm install
node manage-users.js create myuser you+tenantname@example.com
The +tenantname suffix becomes the tenant ID (see User Management).
Two ways to connect to the deployed server.
For protocol-level inspection — see tools/resources/prompts, invoke them manually, no LLM in the loop.
npx @modelcontextprotocol/inspector
Open the URL it prints, paste https://mc-xxx.ecs.<region>.on.aws/mcp, complete the OAuth flow, exercise tools.
For end-to-end chat with the MCP tools. The Quick Suite MCP client handles OAuth 2.1 + PKCE + Dynamic Client Registration automatically.
https://mc-xxx.ecs.<region>.on.aws/mcpwhoami, find_flights, book_flight, list_hotels, book_hotel, list_bookings, loyalty_info).Full setup reference: Model Context Protocol (MCP) integration.
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.
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it