OpenFGA MCP server enables large language models to interact with OpenFGA authorization stores through a standardized protocol. Built by Evan Sims, it provides tools to read, search, and manipulate fine-grained access control policies programmatically, with support for checking permissions, creating relationships, and generating explanations for access decisions.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Create a new store in the OpenFGA server.
Retrieve a list of all stores in the OpenFGA server.
Retrieve details of a specific store by its ID.
Remove a store from the OpenFGA server.
Create a new authorization model using the Domain Specific Language (DSL).
Retrieve a list of all models in the OpenFGA server.
Retrieve details of a specific model by its ID.
Verify the correctness and structure of a model.
Check if a specific permission is granted to a user for an object.
Grant a specific permission to a user for an object.
Revoke a specific permission from a user for an object.
Query the users that have specific permissions.
Query the objects associated with specific permissions.