MCP Servers / development / OpenFGA

OpenFGA

JSON →
stdionone10development

An MCP server for managing authorization models with OpenFGA, an open-source authorization system.

Install
How to run this server

No install command recorded.

server path: openfga
Tools
What this server exposes
create_store
Create a new OpenFGA store
list_stores
List all OpenFGA stores
get_store
Get details of a specific OpenFGA store
delete_store
Delete an OpenFGA store
create_model
Create an authorization model using DSL
list_models
List authorization models for a store
get_model
Get details of a specific authorization model
verify_model
Verify an authorization model
check_permission
Check if a user has a specific permission
grant_permission
Grant a permission to a user
revoke_permission
Revoke a permission from a user
query_users
Query users with specific permissions
query_objects
Query objects a user has access to
Configuration
Environment & auth
authnone
envOPENFGA_MCP_API_URL
envOPENFGA_MCP_TRANSPORT_HOST
envOPENFGA_MCP_TRANSPORT_PORT
envOPENFGA_MCP_API_TOKEN
envOPENFGA_MCP_API_CLIENT_ID
envOPENFGA_MCP_API_CLIENT_SECRET
Resources
OpenFGA — MCP Server · libregistry