Skip to main content
Glama
guercheLE

Jira Data Center MCP Server

by guercheLE

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLYesJira Data Center URL (e.g., https://jira.example.com)
LOG_LEVELNoLogging level: DEBUG, INFO, WARN, ERRORINFO
JIRA_TOKENYesAuthentication token (required for PAT or Basic auth)
LOG_OUTPUTNoLogging output destination: stdout, file, bothstdout
LOG_MAX_SIZENoMax log file size in MB before rotation100
LOG_ROTATIONNoLog rotation frequency: daily, hourly, or size-baseddaily
LOG_FILE_PATHNoPath to the log file location./logs/jira-dc-mcp.log
LOG_MAX_FILESNoNumber of rotated log files to keep7
JIRA_API_VERSIONNoJira REST API version: 2 (for Jira 8.x) or 3 (for Jira 9.x+). Auto-detected if not specified.
JIRA_AUTH_METHODYesAuthentication method: oauth2, pat, oauth1, basic
REQUEST_TIMEOUT_MSNoRequest timeout in milliseconds30000
CIRCUIT_BREAKER_TIMEOUTNoCircuit breaker reset timeout in milliseconds30000
RATE_LIMIT_MAX_REQUESTSNoMaximum requests per minute100
CIRCUIT_BREAKER_WINDOW_SIZENoTime window in milliseconds for failure detection10000
CIRCUIT_BREAKER_FAILURE_RATENoFailure rate threshold (0-1) before opening the circuit breaker0.5
CIRCUIT_BREAKER_FAILURE_THRESHOLDNoNumber of consecutive failures before the circuit breaker opens5

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/guercheLE/jira-dc-mcp'

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