mcp-oauth2-aws-cognito

MCP Server Authorization Example with AWS Cognito

GitHub Stars

48

User Rating

Not Rated

Favorites

0

Views

51

Forks

7

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone the repository
bash
   git clone https://github.com/empires-security/mcp-oauth2-aws-cognito.git
   cd mcp-oauth2-aws-cognito
   
2Install dependencies for clients and server
bash
   npm run install:all
   
3Deploy AWS resources
bash
   npm run deploy
   
4Review generated .env files in:
- src/client/.env - src/auto-client/.env - src/mcp-server/.env - Compare with .env.example files - Manually verify/update CLIENT_SECRET if needed

Additional Resources