mcp-server-atlassian-jira
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ATLASSIAN_API_TOKEN | Yes | Your Atlassian API token | |
| ATLASSIAN_SITE_NAME | Yes | Your Atlassian site name (e.g., yourdomain.atlassian.net) | |
| ATLASSIAN_USER_EMAIL | Yes | Your Atlassian account email | |
| FORCE_HTTPS_FALLBACK | No | Set to 'true' to force the node:https transport fallback |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jira_getA | Read any Jira data. Returns TOON format by default (30-60% fewer tokens than JSON). IMPORTANT - Cost Optimization:
Schema Discovery Pattern:
Output format: TOON (default, token-efficient) or JSON ( Common paths:
JQ examples: Example JQL queries: API reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ |
| jira_postA | Create Jira resources. Returns TOON format by default (token-efficient). IMPORTANT - Cost Optimization:
Output format: TOON (default) or JSON ( Common operations:
API reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ |
| jira_putA | Replace Jira resources (full update). Returns TOON format by default. IMPORTANT - Cost Optimization: Use Output format: TOON (default) or JSON ( Common operations:
Note: PUT replaces the entire resource. For partial updates, prefer PATCH. API reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ |
| jira_patchA | Partially update Jira resources. Returns TOON format by default. IMPORTANT - Cost Optimization: Use Output format: TOON (default) or JSON ( Common operations:
Note: PATCH only updates the fields you specify, leaving others unchanged. API reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ |
| jira_deleteB | Delete Jira resources. Returns TOON format by default. Output format: TOON (default) or JSON ( Common operations:
Note: Most DELETE endpoints return 204 No Content on success. API reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/ |
| jira_attachA | Upload a file attachment to a Jira issue. Two ways to attach files:
Supported file types: Images (png, jpg, gif), documents (pdf, doc, xls), text (txt, csv, json, md, log), archives (zip, tar), code files, and more. Returns: Attachment metadata including ID, filename, size, and URL. To list existing attachments: Use jira_get with:
|
| jira_get_attachmentA | Download a Jira attachment to a local file. Usage: Parameters:
To find attachment IDs: Use jira_get with:
Returns: Download result with file path, filename, MIME type, and size. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/asky74/mcp-server-atlassian-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server