jira-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | The URL of your Jira instance (e.g., https://your-company.atlassian.net) | |
| JIRA_USERNAME | No | Your Jira username (email for Cloud). Required for Cloud authentication. | |
| CONFLUENCE_URL | No | The URL of your Confluence instance (e.g., https://your-company.atlassian.net/wiki). Optional. | |
| JIRA_API_TOKEN | No | Your Jira API token. Required for Cloud authentication. | |
| CONFLUENCE_USERNAME | No | Your Confluence username (email for Cloud). Required if Confluence is used with Cloud. | |
| JIRA_PERSONAL_TOKEN | No | Your Jira Personal Access Token. Required for Server/Data Center authentication. | |
| CONFLUENCE_API_TOKEN | No | Your Confluence API token. Required if Confluence is used with Cloud. | |
| CONFLUENCE_PERSONAL_TOKEN | No | Your Confluence Personal Access Token. Required if Confluence is used with Server/Data Center. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
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 | |
Maintenance
ActivityMaintained
ResponsivenessNo issues