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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new store in OpenFGA.
Retrieve a list of all stores in OpenFGA.
Retrieve details of a specific store by its ID.
Remove a store from OpenFGA by its ID.
Create a new authorization model using the defined DSL.
Retrieve a list of all models available in a specific store.
Retrieve details of a specific model by its ID.
Check the validity of a specific model.
Verify if a user has a specific permission.
Assign a specific permission to a user.
Remove a specific permission from a user.
Retrieve a list of all users associated with a specific store.
Retrieve a list of all objects associated with a specific store.