Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OKTA_KEY_ID | No | Okta Key ID (KID) for the private key. Required for 'browserless' auth using Private Key JWT method. | |
| OKTA_SCOPES | Yes | Okta Scopes (separated by whitespace, e.g., 'okta.users.read okta.groups.manage') | |
| OKTA_ORG_URL | Yes | Okta Organization URL (e.g., https://dev-123456.okta.com) | |
| OKTA_LOG_FILE | No | Path to the log file (e.g., /path/to/okta-mcp.log) | |
| OKTA_CLIENT_ID | Yes | Okta Client ID | |
| OKTA_LOG_LEVEL | No | Log level for debug mode (e.g., DEBUG) | |
| OKTA_PRIVATE_KEY | No | Okta Private Key. Required for 'browserless' auth using Private Key JWT method. |
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 | |