Back to Home
tk-logl icon

logl-mcp-gateway

Verified Safe

by tk-logl

Overview

Provides a unified, multi-tenant gateway for Model Context Protocol (MCP) servers, enabling orchestration and access control for various integrated services.

Installation

Run Command
docker-compose up -d

Environment Variables

  • POSTGRES_PASSWORD
  • REDIS_PASSWORD
  • JWT_SECRET
  • ENCRYPTION_KEY
  • GATEWAY_API_KEY
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_REDIRECT_URI
  • ZOHO_CLIENT_ID
  • ZOHO_CLIENT_SECRET
  • ZOHO_REDIRECT_URI
  • SLACK_CLIENT_ID
  • SLACK_CLIENT_SECRET
  • SLACK_REDIRECT_URI
  • N8N_URL
  • CORS_ORIGINS
  • LOG_LEVEL

Security Notes

The project implements robust security features including JWT and API Key authentication, AES-256-GCM encryption for API credentials at rest, Redis-backed rate limiting, Zod for input validation, and comprehensive RBAC. Standard Express security middlewares (Helmet, CORS) are used. Audit logging is in place. The main potential risk lies in not replacing default/example secret values (e.g., JWT_SECRET, ENCRYPTION_KEY, database/Redis passwords) with strong, unique values in production environments, as explicitly warned in documentation and setup scripts. No 'eval' or direct obfuscation found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2025-11-24

Tags

API GatewayMulti-tenantMicroservicesOrchestrationWorkflow Automation