# Jira Authentication Configuration
# Copy this file to .env and fill in your actual values
# Your Jira instance URL (without trailing slash)
# Example: https://yourcompany.atlassian.net
JIRA_BASE_URL=https://yourcompany.atlassian.net
# Your Jira account email
# Example: your.email@company.com
JIRA_EMAIL=your.email@company.com
# Your Jira API token
# Generate at: https://id.atlassian.com/manage-profile/security/api-tokens
# Click "Create API token" and copy the generated token here
JIRA_API_TOKEN=your_api_token_here
# Node environment (development/production)
# Set to 'development' to enable connection testing and debug messages
# Set to 'production' or leave empty for production mode (no connection test, minimal logging)
NODE_ENV=development
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/freema/mcp-jira-stdio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server