Skip to main content
Glama
w-10-m

Jira Enterprise MCP

by w-10-m

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_PATYesYour Jira Personal Access Token
JIRA_BASE_URLYesThe base URL of your Jira instance (e.g., https://your-jira.example.com)
JIRA_DEFAULT_PROJECTYesThe default Jira project key (e.g., YOURPROJECT)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jira_test_connectionA

Verify that the Jira PAT works and return the current user profile.

jira_get_issueA

Fetch a Jira issue by key, including common fields and rendered metadata.

jira_get_issue_with_imagesA

Fetch a Jira issue with attachment metadata and include screenshot/image attachments as MCP image content.

jira_get_attachmentA

Fetch Jira attachment metadata and optionally include attachment content. When includeContent is true, raw attachment bytes are returned as base64 in the JSON payload; image attachments also include MCP image preview content.

jira_list_issue_commentsC

List comments for a Jira issue in a simplified shape.

jira_transition_issueA

List available transitions for an issue or perform a transition by id.

jira_update_issueC

Update selected common fields on an existing Jira issue.

jira_add_attachmentC

Upload a file attachment to a Jira issue using base64-encoded content.

jira_add_comment_with_attachmentA

Upload an attachment to a Jira issue and then post a comment that references it, with optional inline image markup.

jira_get_issue_linksB

Fetch linked issues for a Jira issue in a simplified shape.

jira_get_worklogA

Fetch worklogs for a Jira issue.

jira_add_worklogC

Add a worklog entry to a Jira issue.

jira_list_projectsA

List Jira projects visible to the PAT. Useful for validating access and choosing a default project.

jira_get_create_metaA

Inspect issue creation metadata for a project, optionally filtered to a specific issue type. Falls back to project issue types and statuses when this Jira tenant does not expose createmeta.

jira_searchC

Run a JQL search in Jira.

jira_create_issueB

Create a Jira issue in the given project.

jira_add_commentB

Add a comment to an existing Jira issue.

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/w-10-m/jira-enterprise-mcp'

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