# Jira MCP Server - Example Environment File
# Rename this file to .env and update with your Jira credentials
# Required - URL of your Jira instance
JIRA_SERVER_URL=https://your-instance.atlassian.net
# Authentication method ('basic_auth' or 'token_auth')
JIRA_AUTH_METHOD=basic_auth
# For Jira Cloud (basic_auth with API token)
JIRA_USERNAME=your_email@example.com
JIRA_TOKEN=your_api_token
# For Jira Server/Data Center (basic_auth with password)
# JIRA_USERNAME=your_username
# JIRA_PASSWORD=your_password
# For Jira Server/Data Center (token_auth with PAT)
# JIRA_AUTH_METHOD=token_auth
# JIRA_TOKEN=your_personal_access_token
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/InfinitIQ-Tech/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server