OpenFGA
JSON →An MCP server for managing authorization models with OpenFGA, an open-source authorization system.
Tools · 13
- create_store Create a new OpenFGA store
- list_stores List all OpenFGA stores
- get_store Get details of a specific OpenFGA store
- delete_store Delete an OpenFGA store
- create_model Create an authorization model using DSL
- list_models List authorization models for a store
- get_model Get details of a specific authorization model
- verify_model Verify an authorization model
- check_permission Check if a user has a specific permission
- grant_permission Grant a permission to a user
- revoke_permission Revoke a permission from a user
- query_users Query users with specific permissions
- query_objects Query objects a user has access to
Environment variables
OPENFGA_MCP_API_URLOPENFGA_MCP_TRANSPORT_HOSTOPENFGA_MCP_TRANSPORT_PORTOPENFGA_MCP_API_TOKENOPENFGA_MCP_API_CLIENT_IDOPENFGA_MCP_API_CLIENT_SECRET
Links
★ 10 GitHub stars