mcp-context-forgeMCP Server41/100 via “centralized authentication and authorization with rbac and multi-tenancy”
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
Unique: Implements RBAC at the gateway layer using a declarative permission matrix that maps (user/team, tool, server) tuples to allow/deny decisions, evaluated before requests reach downstream services. Integrates multi-tenancy through SessionRegistry that isolates session state per tenant, preventing cross-tenant tool access.
vs others: Provides centralized RBAC enforcement across all federated servers without requiring each server to implement its own auth logic, reducing security surface area and enabling consistent policy enforcement. Multi-tenant isolation is built into the session layer rather than bolted on as an afterthought.