Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort the server listens on (default: 8081).
NODE_ENVNoNode environment (e.g., development, production).
LOG_LEVELNoLog level (e.g., debug, info, error). Default likely 'info'.
GOJIRA_ORG_IDNoYour Atlassian organization ID (required when GOJIRA_ENABLE_ORG_ADMIN=true).
MCP_SERVER_URLYesPublic URL of this server (callback must match).
ALLOWED_ORIGINSYesCORS origins (use * for development, explicit origins for production).
TOKEN_ENCRYPTION_KEYYesBase64-encoded encryption key generated by npm run generate-key.
ATLASSIAN_OAUTH_SCOPESYesSpace-separated Atlassian OAuth scopes (must include offline_access).
GOJIRA_DISABLED_GROUPSNoComma-separated list of permission groups to disable (e.g., delete_projects,admin_org).
GOJIRA_ORG_ADMIN_TOKENNoAPI token for admin.atlassian.com (required when GOJIRA_ENABLE_ORG_ADMIN=true).
GOJIRA_ENABLE_ORG_ADMINNoSet to 'true' to enable org-admin tools (requires additional variables).
ATLASSIAN_OAUTH_CLIENT_IDYesOAuth client ID from Atlassian developer console.
ATLASSIAN_PINNED_CLOUD_IDNoCloud ID to pin this instance to a specific site (optional).
ATLASSIAN_OAUTH_CLIENT_SECRETYesOAuth client secret from Atlassian developer console.
GOJIRA_ORG_ADMIN_AUDIT_LOG_TARGETNoAudit log target for org-admin operations (e.g., file:/var/log/gojira/org-admin.log).

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/windoze95/gojira-mcp'

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