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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
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 ID.
Delete a specific store from the OpenFGA server.
Create a new model using the specified DSL.
Retrieve a list of all models associated with a store.
Retrieve details of a specific model by ID.
Check the validity of a model.
Check if a specific permission is granted.
Grant a specific permission to a user or object.
Revoke a specific permission from a user or object.
Retrieve a list of users associated with permissions.
Retrieve a list of objects associated with permissions.