Skip to main content
Glama

JIRA MCP Server

by hackdonalds

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoSet to 'development' to enable verbose logging
JIRA_EMAILNoYour email address associated with JIRA (optional, only used for logging purposes)
JIRA_BASE_URLYesYour JIRA instance URL (without trailing slash). Example: https://yourcompany.atlassian.net or https://jira.yourcompany.com
JIRA_API_TOKENYesYour JIRA Personal Access Token. For Atlassian Cloud: Create at id.atlassian.com/manage-profile/security/api-tokens. For Server/Data Center: Create in your JIRA profile settings

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
jira_get_issue

Get details of a specific JIRA issue

jira_search

Search issues using JQL (JIRA Query Language)

jira_create_issue

Create a new JIRA issue

jira_update_issue

Update an existing JIRA issue

jira_transition_issue

Transition an issue to a new status

jira_add_comment

Add a comment to a JIRA issue

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

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