Skip to main content
Glama
edrich13

MCP Jira Server

by edrich13

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_PATYesYour Personal Access Token
JIRA_BASE_URLYesThe base URL of your self-hosted Jira instance (e.g., https://jira.domain.com)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
jira_get_issueC

Get details of a specific Jira issue by its key (e.g., PROJ-123)

jira_search_issuesB

Search for Jira issues using JQL (Jira Query Language). Examples: "project = PROJ AND status = Open", "assignee = currentUser() AND status != Done"

jira_create_issueC

Create a new Jira issue in a specified project

jira_update_issueC

Update an existing Jira issue

jira_add_commentC

Add a comment to a Jira issue

jira_get_commentsC

Get all comments from a Jira issue

jira_get_projectsB

List all available Jira projects

jira_get_projectC

Get details of a specific Jira project

jira_get_issue_typesC

Get available issue types for a project

jira_assign_issueC

Assign a Jira issue to a user

jira_delete_issueC

Delete a Jira issue permanently

jira_get_current_userB

Get information about the currently authenticated user

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

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