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 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.