rbac
Installation
SKILL.md
Role-Based Access Control (RBAC) for MCP Servers
Security Recommendation
MCP servers SHOULD implement RBAC as a defense-in-depth layer by mapping token claims to internal application roles. This adds authorization beyond what OAuth scopes alone provide.
How It Works
- The IdP issues a token with claims (e.g.,
roles,groups, or custom claims) - The MCP server maps those claims to internal roles
- Internal roles determine which tools and operations are available