Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENFGA_MCP_API_URL | No | OpenFGA server URL. Omit for offline mode. | https://localhost:8000 |
OPENFGA_MCP_API_MODEL | No | Default OpenFGA model ID | |
OPENFGA_MCP_API_STORE | No | Default OpenFGA store ID | |
OPENFGA_MCP_API_TOKEN | No | API token the OpenFGA server, when using pre-shared key authentication. | |
OPENFGA_MCP_API_ISSUER | No | Token Issuer for the OpenFGA server, when using client credentials authentication. | |
OPENFGA_MCP_API_AUDIENCE | No | Token Audience for the OpenFGA server, when using client credentials authentication. | |
OPENFGA_MCP_API_RESTRICT | No | Restrict to configured default store/model. | |
OPENFGA_MCP_API_CLIENT_ID | No | Client ID for the OpenFGA server, when using client credentials authentication. | |
OPENFGA_MCP_API_WRITEABLE | No | Enable write operations. | |
OPENFGA_MCP_API_CLIENT_SECRET | No | Client Secret for the OpenFGA server, when using client credentials authentication. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |