Skip to main content
Glama
Gyeom

OpenFGA MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENFGA_PROD_URLNoThe URL for the production OpenFGA server.
OPENFGA_LOCAL_URLNoThe URL for the local OpenFGA server.http://localhost:8080
OPENFGA_STAGING_URLNoThe URL for the staging OpenFGA server.
OPENFGA_ENVIRONMENTSNoRecommended. A JSON string containing environment configurations. Example: '{"prod": {"url": "https://openfga.example.com", "defaultStoreId": "01ABC..."}}'
OPENFGA_PROD_STORE_IDNoThe default Store ID for the production environment.
OPENFGA_LOCAL_STORE_IDNoThe default Store ID for the local environment.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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