Jira Data Center MCP Server
by guercheLE
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | Yes | Jira Data Center URL (e.g., https://jira.example.com) | |
| LOG_LEVEL | No | Logging level: DEBUG, INFO, WARN, ERROR | INFO |
| JIRA_TOKEN | Yes | Authentication token (required for PAT or Basic auth) | |
| LOG_OUTPUT | No | Logging output destination: stdout, file, both | stdout |
| LOG_MAX_SIZE | No | Max log file size in MB before rotation | 100 |
| LOG_ROTATION | No | Log rotation frequency: daily, hourly, or size-based | daily |
| LOG_FILE_PATH | No | Path to the log file location | ./logs/jira-dc-mcp.log |
| LOG_MAX_FILES | No | Number of rotated log files to keep | 7 |
| JIRA_API_VERSION | No | Jira REST API version: 2 (for Jira 8.x) or 3 (for Jira 9.x+). Auto-detected if not specified. | |
| JIRA_AUTH_METHOD | Yes | Authentication method: oauth2, pat, oauth1, basic | |
| REQUEST_TIMEOUT_MS | No | Request timeout in milliseconds | 30000 |
| CIRCUIT_BREAKER_TIMEOUT | No | Circuit breaker reset timeout in milliseconds | 30000 |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum requests per minute | 100 |
| CIRCUIT_BREAKER_WINDOW_SIZE | No | Time window in milliseconds for failure detection | 10000 |
| CIRCUIT_BREAKER_FAILURE_RATE | No | Failure rate threshold (0-1) before opening the circuit breaker | 0.5 |
| CIRCUIT_BREAKER_FAILURE_THRESHOLD | No | Number of consecutive failures before the circuit breaker opens | 5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |