Back to Home
Jescob47 icon

EC2-MCP-Server-FastAPI

Verified Safe

by Jescob47

Overview

Implements a Google Chat Webhook server as an AI assistant, querying a PostgreSQL database via MCP to answer corporate user questions.

Installation

Run Command
uvicorn main:app --host 0.0.0.0 --port 8000

Security Notes

The server implements strong security measures including Google Chat token verification using Google's ID token library, domain-based access control (ALLOWED_DOMAIN), and AWS Secrets Manager for handling sensitive Google Service Account credentials. Hardcoded placeholders for 'SECRET_NAME', 'ALLOWED_DOMAIN', and 'PROJECT_URL' in 'main.py' require user replacement, which is clearly documented in the README.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2850
Stars0
Forks0
Last Update2025-12-16

Tags

Google ChatWebhookAI AssistantPostgreSQLFastAPI