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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Create a new store in the OpenFGA server.
List all stores available in the OpenFGA server.
Retrieve details of a specific store by its ID.
Delete a specific store by its ID.
Create a new model using the Domain Specific Language (DSL).
List all models available in the OpenFGA server.
Retrieve details of a specific model by its ID.
Verify the correctness of a specific model.
Check if a specific permission is granted.
Grant a permission to a user or an object.
Revoke a previously granted permission from a user or an object.
Query users to retrieve their permissions.
Query objects to retrieve their permissions.