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_list | OpenFGA 스토어 목록 조회 |
| openfga_model_read | OpenFGA Authorization Model 조회 |
| openfga_model_write | OpenFGA Authorization Model 배포 - DSL 파일 경로 또는 DSL 문자열로 모델 배포 |
| openfga_tuple_read | OpenFGA 튜플(권한 관계) 조회 |
| openfga_tuple_write | OpenFGA 튜플(권한 관계) 생성 |
| openfga_tuple_batch_write | OpenFGA 튜플 배치 생성 (여러 개 한번에) |
| openfga_tuple_delete | OpenFGA 튜플(권한 관계) 삭제 |
| openfga_check | OpenFGA 권한 체크 - 사용자가 특정 권한을 가지는지 확인 |
| openfga_list_objects | OpenFGA 오브젝트 목록 조회 - 사용자가 접근 가능한 오브젝트 목록 |
| openfga_expand | 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 | |