Skip to main content
Glama

Jira MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_HOSTYesYour Jira domain (e.g., 'your-domain.atlassian.net')
JIRA_EMAILYesYour email address associated with your Atlassian account
JIRA_API_TOKENYesYour Jira API token generated from Atlassian Account 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_list_projects

Lists all Jira projects the user has access to

jira_get_issue

Retrieves details of a specific Jira issue by key

jira_search_issues

Searches for Jira issues by project and assignee

jira_list_project_members

Lists all members of a specific Jira project

jira_check_user_issues

Checks if a user is a member of a project and lists their assigned issues

jira_create_issue

Creates a new issue in a Jira project with specified details

jira_list_sprints

Lists current sprints in Jira with filtering options

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

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