OpenFGA MCP Server
by Gyeom
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENFGA_PROD_URL | No | The URL for the production OpenFGA server. | |
| OPENFGA_LOCAL_URL | No | The URL for the local OpenFGA server. | http://localhost:8080 |
| OPENFGA_STAGING_URL | No | The URL for the staging OpenFGA server. | |
| OPENFGA_ENVIRONMENTS | No | Recommended. A JSON string containing environment configurations. Example: '{"prod": {"url": "https://openfga.example.com", "defaultStoreId": "01ABC..."}}' | |
| OPENFGA_PROD_STORE_ID | No | The default Store ID for the production environment. | |
| OPENFGA_LOCAL_STORE_ID | No | The default Store ID for the local environment. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| openfga_store_listC | OpenFGA 스토어 목록 조회 |
| openfga_model_readC | OpenFGA Authorization Model 조회 |
| openfga_model_writeC | OpenFGA Authorization Model 배포 - DSL 파일 경로 또는 DSL 문자열로 모델 배포 |
| openfga_tuple_readC | OpenFGA 튜플(권한 관계) 조회 |
| openfga_tuple_writeC | OpenFGA 튜플(권한 관계) 생성 |
| openfga_tuple_batch_writeC | OpenFGA 튜플 배치 생성 (여러 개 한번에) |
| openfga_tuple_deleteC | OpenFGA 튜플(권한 관계) 삭제 |
| openfga_checkC | OpenFGA 권한 체크 - 사용자가 특정 권한을 가지는지 확인 |
| openfga_list_objectsC | OpenFGA 오브젝트 목록 조회 - 사용자가 접근 가능한 오브젝트 목록 |
| openfga_expandB | OpenFGA 권한 트리 확장 - 특정 오브젝트의 권한 관계 트리 조회 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gyeom/openfga-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server