We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sespinosa/jira-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Jira Configuration
# Copy this file to .env and fill in your actual values
# Your Jira Cloud domain (e.g., mycompany.atlassian.net)
JIRA_HOST=your-domain.atlassian.net
# Your Jira account email
JIRA_EMAIL=your-email@example.com
# Your Jira API token (generate at https://id.atlassian.com/manage-profile/security/api-tokens)
JIRA_API_TOKEN=your-api-token-here
# Authentication type (basic or oauth2)
JIRA_AUTH_TYPE=basic
# Optional: OAuth 2.0 access token (only if using oauth2 auth type)
# JIRA_OAUTH_ACCESS_TOKEN=your-oauth-token-here
# Security Configuration (optional - defaults shown)
# JIRA_ENABLE_DESTRUCTIVE=true
# JIRA_ENABLE_BULK=true
# JIRA_ENABLE_FILE_OPS=true
# JIRA_MAX_FILE_SIZE=52428800
# JIRA_RATE_LIMITING=true
# JIRA_AUDIT_LOGGING=true
EOF < /dev/null