
Enterprise MCP Server
Supports UIby georgiedekker
Robust MCP gateway with authentication, audit logging, and dynamic tool management for enterprise use.
What it does
An enterprise-grade MCP solution featuring an API Gateway and a backend server. It provides secure routing, rate limiting, role-based access control (RBAC), and a full audit trail for tool executions, making it suitable for production environments.
Tools
- Tool Definition CRUD: Create, read, update, and delete tool definitions in the database.
- Tool Versioning: Manage different versions of operational tools.
- Audit Logging: Track and review tool interactions and system events.
- Auth Management: Secure token-based authentication and authorization.
Installation
This server requires a Docker-based deployment. After running docker compose up, configure your client to point to the API Gateway:
{
"mcpServers": {
"enterprise-gateway": {
"url": "http://localhost:8000/sse",
"post_url": "http://localhost:8000/messages/"
}
}
}
Supported hosts
Confirmed for Cursor.
Quick install
docker compose up -dInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






