Skip to main content
Glama
kaivalyapowale

Test-Governance MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OKTA_SCOPESNoComma-separated OAuth2 scopes (e.g., okta.users.read,okta.groups.read)
OKTA_ORG_URLYesYour Okta org URL (e.g., https://your-org.okta.com)
MCP_HTTP_HOSTNoHTTP server bind address127.0.0.1
MCP_HTTP_PORTNoHTTP server port (when transport is http)3000
MCP_LOG_LEVELNoLog level: debug, info, warn, or errorinfo
MCP_TRANSPORTNoTransport: stdio or httpstdio
OKTA_API_TOKENNoOkta API token (SSWS) - use this or OAuth2 client credentials
OKTA_CLIENT_IDNoOAuth2 client ID for client credentials flow
MCP_CLIENT_SECRETNoRequired for governance-admin and full-admin modes; used to sign confirmation tokens
MCP_STATE_DB_PATHNoSQLite database path for audit log and token tracking./data/state.db
MCP_SESSION_SECRETNoSecret key for signing session cookies (use a random 32+ character string)
MCP_DEPLOYMENT_MODENoDeployment mode: read-only, governance-admin, full-admin, or delegatedread-only
OKTA_DELEGATED_SCOPESNoComma-separated scopes for delegated modeopenid,profile,email,okta.users.read,okta.groups.read,okta.apps.read
OKTA_PRIVATE_KEY_PATHNoPath to RS256 private key PEM file for OAuth2 client credentials
OKTA_DELEGATED_CLIENT_IDNoClient ID for delegated mode OAuth2 app (Authorization Code + PKCE)
OKTA_DELEGATED_REDIRECT_URINoRedirect URI registered in the Okta app for delegated mode

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/kaivalyapowale/test-governance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server