Installing the RBAC MCP Backend Plugin#
This guide will help you install and set up the RBAC MCP backend plugin in your Backstage instance.
Prerequisites#
Before installing the plugin, ensure you have:
- A working Backstage backend
- Backstage RBAC backend plugin installed and configured
- Access to modify your Backstage backend configuration
- Admin permissions for RBAC management
Installation Steps#
1. Add the Package#
Install the plugin package using yarn:
2. Add to Backend#
Add the plugin to your backend (typically packages/backend/src/index.ts):
Verification#
After installation, verify that:
- The plugin appears in your package.json dependencies
- The backend starts without errors
- MCP actions are registered and accessible
- You have admin permissions for RBAC
Next Steps#
After successful installation, proceed to: 1. Configuration Guide - Set up permissions and policies