mcp-gateway-registry
Verified Safeby agentic-community
Overview
A centralized platform for managing, discovering, and securely accessing AI development tools (MCP servers) and Agent-to-Agent (A2A) compatible agents, featuring enterprise-grade authentication, authorization, observability, and federation capabilities.
Installation
./build_and_run.shEnvironment Variables
- SECRET_KEY
- ADMIN_USER
- ADMIN_PASSWORD
- AUTH_SERVER_URL
- COGNITO_CLIENT_ID
- COGNITO_CLIENT_SECRET
- COGNITO_USER_POOL_ID
- AWS_REGION
Security Notes
The system implements robust security features including JWT validation, session cookie signing, fine-grained access control via scopes, and API key redaction in logs. Sensitive data like SECRET_KEY and ADMIN_PASSWORD are sourced from environment variables, requiring secure environment management. The SECRET_KEY is crucial for session integrity and internal token signing; if not persistently configured, restarts will invalidate sessions. Regular auditing of configurations and network traffic is recommended.
Similar Servers
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
mcp-context-forge
Retrieves web content and files from URLs, then converts them into high-quality Markdown format, supporting various content types and conversion engines.
mcphub
The MCPHub acts as a centralized gateway for managing and orchestrating various Model Context Protocol (MCP) servers and OpenAPI-compatible services. It provides a unified API, OAuth 2.0 authorization, user management, and AI-powered 'smart routing' for dynamic tool discovery and invocation.
MCPJungle
A self-hosted gateway and registry for Model Context Protocol (MCP) servers, allowing AI agents to discover and consume tools from a central location.