gojira-mcp
by windoze95
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port the server listens on (default: 8081). | |
| NODE_ENV | No | Node environment (e.g., development, production). | |
| LOG_LEVEL | No | Log level (e.g., debug, info, error). Default likely 'info'. | |
| GOJIRA_ORG_ID | No | Your Atlassian organization ID (required when GOJIRA_ENABLE_ORG_ADMIN=true). | |
| MCP_SERVER_URL | Yes | Public URL of this server (callback must match). | |
| ALLOWED_ORIGINS | Yes | CORS origins (use * for development, explicit origins for production). | |
| TOKEN_ENCRYPTION_KEY | Yes | Base64-encoded encryption key generated by npm run generate-key. | |
| ATLASSIAN_OAUTH_SCOPES | Yes | Space-separated Atlassian OAuth scopes (must include offline_access). | |
| GOJIRA_DISABLED_GROUPS | No | Comma-separated list of permission groups to disable (e.g., delete_projects,admin_org). | |
| GOJIRA_ORG_ADMIN_TOKEN | No | API token for admin.atlassian.com (required when GOJIRA_ENABLE_ORG_ADMIN=true). | |
| GOJIRA_ENABLE_ORG_ADMIN | No | Set to 'true' to enable org-admin tools (requires additional variables). | |
| ATLASSIAN_OAUTH_CLIENT_ID | Yes | OAuth client ID from Atlassian developer console. | |
| ATLASSIAN_PINNED_CLOUD_ID | No | Cloud ID to pin this instance to a specific site (optional). | |
| ATLASSIAN_OAUTH_CLIENT_SECRET | Yes | OAuth client secret from Atlassian developer console. | |
| GOJIRA_ORG_ADMIN_AUDIT_LOG_TARGET | No | Audit 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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