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 OpenFGA.
Retrieve a list of all stores in OpenFGA.
Retrieve details of a specific store.
Delete a specific store from OpenFGA.
Create a new model using the domain-specific language (DSL).
Retrieve a list of all models in a specific store.
Retrieve details of a specific model.
Check the validity of a specific model.
Check if a user has a specific permission.
Grant a specific permission to a user.
Revoke a specific permission from a user.
Query users associated with a specific store or model.
Query objects associated with a specific store or model.